#C1CB35

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

Shades of Fuego #C1CB35

Tints of Fuego #C1CB35

Color information

#C1CB35 (or 0xC1CB35) is unknown color: approx Fuego. HEX triplet: C1, CB and 35. RGB value is (193,203,53). Sum of RGB (Red+Green+Blue) = 193+203+53=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 53 (21.09% from 255 or 11.80% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CB35 is #3E34CA. Grayscale: #B7B7B7. Windows color (decimal): -4076747 or 3525569. OLE color: 3525569.

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

Color convert

RGB19320353-
CMYK0.0500.740.20
HSL64º59.06%50.2%-
HSV(B)64º73.89%79.61%-
XYZ43.9954.3111.53-
YUV182.9154.69135.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 203 (79.69% from 255) = 45.21%
BLUE value IS 53 (21.09% from 255) = 11.80%
R=42.98%
G=45.21%
B=11.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193203530.0500.740.206459.0650.2
HexC1CB35504A14403b32
Octal3013136550112241007362
Binary110000011100101111010110101001010101001000000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CB35; }

 p { color: rgb(193,203,53); }

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

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

 a { background-color: rgb(193,203,53); }

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

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

 span { border-color: rgb(193,203,53); }

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