Html Css Color HEX #CBA976 Putty

📋 copy color: '#CBA976'

red 203 ◦ green 169 ◦ blue 118

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

Shades of Putty #CBA976

Tints of Putty #CBA976

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.49%

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

R = 41.43%
G = 34.49%
B = 24.08%

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

#CBA976 (or 0xCBA976) is known color: Putty. HEX triplet: CB, A9 and 76. RGB value is (203,169,118). Sum of RGB (Red+Green+Blue) = 203+169+118=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA976 is #345689. Grayscale: #ADADAD. Windows color (decimal): -3430026 or 7776715. OLE color: 7776715.

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

Color convert

RGB 203 169 118 -
CMYK 0 0.17 0.42 0.20
HSL 36º 0.45% 0.63% -
HSV(B) 36º 0.42% 0.8% -
XYZ 42.09 42.38 23.1 -
YUV 173.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 203 169 118 0 0.17 0.42 0.20 36 0.45 0.63
Hex CB A9 76 0 11 2A 14 24 2D 3F
Octal 313 251 166 0 21 52 24 44 55 77
Binary 11001011 10101001 1110110 0 10001 101010 10100 100100 101101 111111

Color Harmonies of #CBA976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA976

Black with #CBA976

Text Example


Text Example

White with #CBA976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA976; }

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

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

background-color css

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

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

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

border-color css

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

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

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