#C6CD23

Color #C6CD23 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #C6CD23

Tints of Fuego #C6CD23

Color information

#C6CD23 (or 0xC6CD23) is unknown color: approx Fuego. HEX triplet: C6, CD and 23. RGB value is (198,205,35). Sum of RGB (Red+Green+Blue) = 198+205+35=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 35 (14.06% from 255 or 7.99% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CD23 is #3932DC. Grayscale: #B8B8B8. Windows color (decimal): -3748573 or 2346438. OLE color: 2346438.

HSL color Cylindrical-coordinate representation of color #C6CD23: hue angle of 62.47º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6CD23 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB19820535-
CMYK0.0300.830.20
HSL62.47º70.83%47.06%-
HSV(B)62.47º82.93%80.39%-
XYZ45.4255.799.96-
YUV183.5344.18138.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 45.21%
GREEN value IS 205 (80.47% from 255) = 46.80%
BLUE value IS 35 (14.06% from 255) = 7.99%
R=45.21%
G=46.80%
B=7.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198205350.0300.830.2062.4770.8347.06
HexC6CD233053143e472f
Octal3063154330123247610757
Binary11000110110011011000111101010011101001111101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CD23; }

 p { color: rgb(198,205,35); }

 H1.HeaderClassName
 {
   color: #C6CD23;
 }
 .AnyTagClassName
 {
   color: #C6CD23;
 }
</style>
background-color css

<style>
 a { background-color: #C6CD23; }

 a { background-color: rgb(198,205,35); }

 div.DivClassName
 {
   background-color: #C6CD23;
 }
 .BgClassName
 {
   background-color: #C6CD23;
 }
</style>
border-color css

<style>
 span { border-color: #C6CD23; }

 span { border-color: rgb(198,205,35); }

 td.TdClassName
 {
   border-color: #C6CD23;
 }
 .TagClassName
 {
   border-color: #C6CD23;
 }
</style>