Html Css Color HEX #CBA770 Putty

📋 copy color: '#CBA770'

red 203 ◦ green 167 ◦ blue 112

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

Shades of Putty #CBA770

Tints of Putty #CBA770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

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

R = 42.12%
G = 34.65%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBA770 (or 0xCBA770) is known color: Putty. HEX triplet: CB, A7 and 70. RGB value is (203,167,112). Sum of RGB (Red+Green+Blue) = 203+167+112=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA770 is #34588F. Grayscale: #ABABAB. Windows color (decimal): -3430544 or 7382987. OLE color: 7382987.

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

Color convert

RGB 203 167 112 -
CMYK 0 0.18 0.45 0.20
HSL 36.26º 0.47% 0.62% -
HSV(B) 36.26º 0.45% 0.8% -
XYZ 41.37 41.5 21.16 -
YUV 171.49 94.43 150.47 -
System Red Green Blue C M Y K H S L
Decimal 203 167 112 0 0.18 0.45 0.20 36.26 0.47 0.62
Hex CB A7 70 0 12 2D 14 24 2F 3E
Octal 313 247 160 0 22 55 24 44 57 76
Binary 11001011 10100111 1110000 0 10010 101101 10100 100100 101111 111110

Color Harmonies of #CBA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA770

Black with #CBA770

Text Example


Text Example

White with #CBA770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA770; }

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

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

background-color css

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

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

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

border-color css

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

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

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