Html Css Color HEX #CBC976 Deco

📋 copy color: '#CBC976'

red 203 ◦ green 201 ◦ blue 118

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

Shades of Deco #CBC976

Tints of Deco #CBC976

RGB

 RED value IS 203 (79.69% from 255) = 38.89%

 GREEN value IS 201 (78.91% from 255) = 38.51%

 BLUE value IS 118 (46.48% from 255) = 22.61%

R = 38.89%
G = 38.51%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBC976 (or 0xCBC976) is known color: Deco. HEX triplet: CB, C9 and 76. RGB value is (203,201,118). Sum of RGB (Red+Green+Blue) = 203+201+118=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC976 is #343689. Grayscale: #C0C0C0. Windows color (decimal): -3421834 or 7784907. OLE color: 7784907.

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

Color convert

RGB 203 201 118 -
CMYK 0 0.01 0.42 0.20
HSL 58.59º 0.45% 0.63% -
HSV(B) 58.59º 0.42% 0.8% -
XYZ 48.79 55.78 25.33 -
YUV 192.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 203 201 118 0 0.01 0.42 0.20 58.59 0.45 0.63
Hex CB C9 76 0 1 2A 14 3B 2D 3F
Octal 313 311 166 0 1 52 24 73 55 77
Binary 11001011 11001001 1110110 0 1 101010 10100 111011 101101 111111

Color Harmonies of #CBC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC976

Black with #CBC976

Text Example


Text Example

White with #CBC976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC976; }

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

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

background-color css

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

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

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

border-color css

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

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

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