Html Css Color HEX #CBA876 Putty

📋 copy color: '#CBA876'

red 203 ◦ green 168 ◦ blue 118

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

Shades of Putty #CBA876

Tints of Putty #CBA876

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.36%

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

R = 41.51%
G = 34.36%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBA876 (or 0xCBA876) is known color: Putty. HEX triplet: CB, A8 and 76. RGB value is (203,168,118). Sum of RGB (Red+Green+Blue) = 203+168+118=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA876 is #345789. Grayscale: #ACACAC. Windows color (decimal): -3430282 or 7776459. OLE color: 7776459.

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

Color convert

RGB 203 168 118 -
CMYK 0 0.17 0.42 0.20
HSL 35.29º 0.45% 0.63% -
HSV(B) 35.29º 0.42% 0.8% -
XYZ 41.9 42.01 23.04 -
YUV 172.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 203 168 118 0 0.17 0.42 0.20 35.29 0.45 0.63
Hex CB A8 76 0 11 2A 14 23 2D 3F
Octal 313 250 166 0 21 52 24 43 55 77
Binary 11001011 10101000 1110110 0 10001 101010 10100 100011 101101 111111

Color Harmonies of #CBA876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA876

Black with #CBA876

Text Example


Text Example

White with #CBA876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA876; }

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

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

background-color css

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

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

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

border-color css

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

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

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