#C8CA33

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

Shades of Fuego #C8CA33

Tints of Fuego #C8CA33

Color information

#C8CA33 (or 0xC8CA33) is unknown color: approx Fuego. HEX triplet: C8, CA and 33. RGB value is (200,202,51). Sum of RGB (Red+Green+Blue) = 200+202+51=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 51 (20.31% from 255 or 11.26% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA33 is #3735CC. Grayscale: #B8B8B8. Windows color (decimal): -3618253 or 3394248. OLE color: 3394248.

HSL color Cylindrical-coordinate representation of color #C8CA33: hue angle of 60.79º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8CA33 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20020251-
CMYK0.0100.750.21
HSL60.79º59.68%49.61%-
HSV(B)60.79º74.75%79.22%-
XYZ45.5454.7611.3-
YUV184.1952.84139.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.15%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 51 (20.31% from 255) = 11.26%
R=44.15%
G=44.59%
B=11.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200202510.0100.750.2160.7959.6849.61
HexC8CA33104B153d3c32
Octal310312631011325757462
Binary110010001100101011001110100101110101111101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CA33; }

 p { color: rgb(200,202,51); }

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

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

 a { background-color: rgb(200,202,51); }

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

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

 span { border-color: rgb(200,202,51); }

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