#C8CD31

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

Shades of Fuego #C8CD31

Tints of Fuego #C8CD31

Color information

#C8CD31 (or 0xC8CD31) is unknown color: approx Fuego. HEX triplet: C8, CD and 31. RGB value is (200,205,49). Sum of RGB (Red+Green+Blue) = 200+205+49=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CD31 is #3732CE. Grayscale: #BABABA. Windows color (decimal): -3617487 or 3263944. OLE color: 3263944.

HSL color Cylindrical-coordinate representation of color #C8CD31: hue angle of 61.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8CD31 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB20020549-
CMYK0.0200.760.20
HSL61.92º61.42%49.8%-
HSV(B)61.92º76.1%80.39%-
XYZ46.2156.1611.31-
YUV185.7250.84138.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 205 (80.47% from 255) = 45.15%
BLUE value IS 49 (19.53% from 255) = 10.79%
R=44.05%
G=45.15%
B=10.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal200205490.0200.760.2061.9261.4249.8
HexC8CD31204C143e3d32
Octal310315612011424767562
Binary1100100011001101110001100100110010100111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CD31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CD31; }

 p { color: rgb(200,205,49); }

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

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

 a { background-color: rgb(200,205,49); }

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

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

 span { border-color: rgb(200,205,49); }

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