Html Css Color HEX #CBA970 Putty

📋 copy color: '#CBA970'

red 203 ◦ green 169 ◦ blue 112

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

Shades of Putty #CBA970

Tints of Putty #CBA970

RGB

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

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

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

R = 41.94%
G = 34.92%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBA970 (or 0xCBA970) is known color: Putty. HEX triplet: CB, A9 and 70. RGB value is (203,169,112). Sum of RGB (Red+Green+Blue) = 203+169+112=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA970 is #34568F. Grayscale: #ACACAC. Windows color (decimal): -3430032 or 7383499. OLE color: 7383499.

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

Color convert

RGB 203 169 112 -
CMYK 0 0.17 0.45 0.20
HSL 37.58º 0.47% 0.62% -
HSV(B) 37.58º 0.45% 0.8% -
XYZ 41.74 42.24 21.28 -
YUV 172.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 203 169 112 0 0.17 0.45 0.20 37.58 0.47 0.62
Hex CB A9 70 0 11 2D 14 26 2F 3E
Octal 313 251 160 0 21 55 24 46 57 76
Binary 11001011 10101001 1110000 0 10001 101101 10100 100110 101111 111110

Color Harmonies of #CBA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA970

Black with #CBA970

Text Example


Text Example

White with #CBA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA970; }

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

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

background-color css

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

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

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

border-color css

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

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

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