Html Css Color HEX #C9CB31 Fuego

📋 copy color: '#C9CB31'

red 201 ◦ green 203 ◦ blue 49

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

Shades of Fuego #C9CB31

Tints of Fuego #C9CB31

RGB

 RED value IS 201 (78.91% from 255) = 44.37%

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

 BLUE value IS 49 (19.53% from 255) = 10.82%

R = 44.37%
G = 44.81%
B = 10.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#C9CB31 (or 0xC9CB31) is known color: Fuego. HEX triplet: C9, CB and 31. RGB value is (201,203,49). Sum of RGB (Red+Green+Blue) = 201+203+49=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CB31 is #3634CE. Grayscale: #B9B9B9. Windows color (decimal): -3552463 or 3263433. OLE color: 3263433.

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

Color convert

RGB 201 203 49 -
CMYK 0.01 0 0.76 0.20
HSL 60.78º 0.61% 0.49% -
HSV(B) 60.78º 0.76% 0.8% -
XYZ 46 55.35 11.17 -
YUV 184.85 51.34 139.52 -
System Red Green Blue C M Y K H S L
Decimal 201 203 49 0.01 0 0.76 0.20 60.78 0.61 0.49
Hex C9 CB 31 1 0 4C 14 3D 3D 31
Octal 311 313 61 1 0 114 24 75 75 61
Binary 11001001 11001011 110001 1 0 1001100 10100 111101 111101 110001

Color Harmonies of #C9CB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CB31

Black with #C9CB31

Text Example


Text Example

White with #C9CB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CB31; }

 p { color: rgb(201,203,49); }

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

background-color css

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

 a { background-color: rgb(201,203,49); }

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

border-color css

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

 span { border-color: rgb(201,203,49); }

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