Html Css Color HEX #CBAB79 Putty

📋 copy color: '#CBAB79'

red 203 ◦ green 171 ◦ blue 121

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

Shades of Putty #CBAB79

Tints of Putty #CBAB79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.44%

R = 41.01%
G = 34.55%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CBAB79 (or 0xCBAB79) is known color: Putty. HEX triplet: CB, AB and 79. RGB value is (203,171,121). Sum of RGB (Red+Green+Blue) = 203+171+121=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB79 is #345486. Grayscale: #AFAFAF. Windows color (decimal): -3429511 or 7973835. OLE color: 7973835.

HSL color Cylindrical-coordinate representation of color #CBAB79: hue angle of 36.59º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBAB79 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 171 121 -
CMYK 0 0.16 0.40 0.20
HSL 36.59º 0.44% 0.64% -
HSV(B) 36.59º 0.4% 0.8% -
XYZ 42.64 43.2 24.18 -
YUV 174.87 97.6 148.07 -
System Red Green Blue C M Y K H S L
Decimal 203 171 121 0 0.16 0.40 0.20 36.59 0.44 0.64
Hex CB AB 79 0 10 28 14 25 2C 40
Octal 313 253 171 0 20 50 24 45 54 100
Binary 11001011 10101011 1111001 0 10000 101000 10100 100101 101100 1000000

Color Harmonies of #CBAB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB79

Black with #CBAB79

Text Example


Text Example

White with #CBAB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB79; }

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

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

background-color css

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

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

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

border-color css

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

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

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