Html Css Color HEX #CBAB76 Putty

📋 copy color: '#CBAB76'

red 203 ◦ green 171 ◦ blue 118

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

Shades of Putty #CBAB76

Tints of Putty #CBAB76

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.76%

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

R = 41.26%
G = 34.76%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBAB76 (or 0xCBAB76) is known color: Putty. HEX triplet: CB, AB and 76. RGB value is (203,171,118). Sum of RGB (Red+Green+Blue) = 203+171+118=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB76 is #345489. Grayscale: #AEAEAE. Windows color (decimal): -3429514 or 7777227. OLE color: 7777227.

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

Color convert

RGB 203 171 118 -
CMYK 0 0.16 0.42 0.20
HSL 37.41º 0.45% 0.63% -
HSV(B) 37.41º 0.42% 0.8% -
XYZ 42.46 43.13 23.23 -
YUV 174.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 203 171 118 0 0.16 0.42 0.20 37.41 0.45 0.63
Hex CB AB 76 0 10 2A 14 25 2D 3F
Octal 313 253 166 0 20 52 24 45 55 77
Binary 11001011 10101011 1110110 0 10000 101010 10100 100101 101101 111111

Color Harmonies of #CBAB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB76

Black with #CBAB76

Text Example


Text Example

White with #CBAB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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