#C9CF32

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

Shades of Fuego #C9CF32

Tints of Fuego #C9CF32

Color information

#C9CF32 (or 0xC9CF32) is unknown color: approx Fuego. HEX triplet: C9, CF and 32. RGB value is (201,207,50). Sum of RGB (Red+Green+Blue) = 201+207+50=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CF32 is #3630CD. Grayscale: #BBBBBB. Windows color (decimal): -3551438 or 3329993. OLE color: 3329993.

HSL color Cylindrical-coordinate representation of color #C9CF32: hue angle of 62.29º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9CF32 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB20120750-
CMYK0.0300.760.19
HSL62.29º62.06%50.39%-
HSV(B)62.29º75.85%81.18%-
XYZ46.9857.2711.6-
YUV187.3150.51137.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.89%
GREEN value IS 207 (81.25% from 255) = 45.20%
BLUE value IS 50 (19.92% from 255) = 10.92%
R=43.89%
G=45.20%
B=10.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201207500.0300.760.1962.2962.0650.39
HexC9CF32304C133e3e32
Octal311317623011423767662
Binary1100100111001111110010110100110010011111110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CF32; }

 p { color: rgb(201,207,50); }

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

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

 a { background-color: rgb(201,207,50); }

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

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

 span { border-color: rgb(201,207,50); }

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