Html Css Color HEX #CBAB70 Putty

📋 copy color: '#CBAB70'

red 203 ◦ green 171 ◦ blue 112

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

Shades of Putty #CBAB70

Tints of Putty #CBAB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.05%

R = 41.77%
G = 35.19%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBAB70 (or 0xCBAB70) is known color: Putty. HEX triplet: CB, AB and 70. RGB value is (203,171,112). Sum of RGB (Red+Green+Blue) = 203+171+112=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB70 is #34548F. Grayscale: #AEAEAE. Windows color (decimal): -3429520 or 7384011. OLE color: 7384011.

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

Color convert

RGB 203 171 112 -
CMYK 0 0.16 0.45 0.20
HSL 38.9º 0.47% 0.62% -
HSV(B) 38.9º 0.45% 0.8% -
XYZ 42.12 42.99 21.41 -
YUV 173.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 203 171 112 0 0.16 0.45 0.20 38.9 0.47 0.62
Hex CB AB 70 0 10 2D 14 27 2F 3E
Octal 313 253 160 0 20 55 24 47 57 76
Binary 11001011 10101011 1110000 0 10000 101101 10100 100111 101111 111110

Color Harmonies of #CBAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB70

Black with #CBAB70

Text Example


Text Example

White with #CBAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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