Html Css Color HEX #C7CB35 Fuego

📋 copy color: '#C7CB35'

red 199 ◦ green 203 ◦ blue 53

#C7CB35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #C7CB35

Tints of Fuego #C7CB35

RGB

 RED value IS 199 (78.13% from 255) = 43.74%

 GREEN value IS 203 (79.69% from 255) = 44.62%

 BLUE value IS 53 (21.09% from 255) = 11.65%

R = 43.74%
G = 44.62%
B = 11.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#C7CB35 (or 0xC7CB35) is known color: Fuego. HEX triplet: C7, CB and 35. RGB value is (199,203,53). Sum of RGB (Red+Green+Blue) = 199+203+53=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CB35 is #3834CA. Grayscale: #B9B9B9. Windows color (decimal): -3683531 or 3525575. OLE color: 3525575.

HSL color Cylindrical-coordinate representation of color #C7CB35: hue angle of 61.6º 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 #C7CB35 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 203 53 -
CMYK 0.02 0 0.74 0.20
HSL 61.6º 0.59% 0.5% -
HSV(B) 61.6º 0.74% 0.8% -
XYZ 45.55 55.11 11.6 -
YUV 184.7 53.67 138.2 -
System Red Green Blue C M Y K H S L
Decimal 199 203 53 0.02 0 0.74 0.20 61.6 0.59 0.5
Hex C7 CB 35 2 0 4A 14 3E 3B 32
Octal 307 313 65 2 0 112 24 76 73 62
Binary 11000111 11001011 110101 10 0 1001010 10100 111110 111011 110010

Color Harmonies of #C7CB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CB35

Black with #C7CB35

Text Example


Text Example

White with #C7CB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CB35; }

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

 H1.HeaderClassName
 {
   color: #C7CB35;
 }
 .AnyTagClassName
 {
   color: #C7CB35;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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