Html Css Color HEX #CBA971 Putty

📋 copy color: '#CBA971'

red 203 ◦ green 169 ◦ blue 113

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

Shades of Putty #CBA971

Tints of Putty #CBA971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.3%

R = 41.86%
G = 34.85%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBA971 (or 0xCBA971) is known color: Putty. HEX triplet: CB, A9 and 71. RGB value is (203,169,113). Sum of RGB (Red+Green+Blue) = 203+169+113=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA971 is #34568E. Grayscale: #ADADAD. Windows color (decimal): -3430031 or 7449035. OLE color: 7449035.

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

Color convert

RGB 203 169 113 -
CMYK 0 0.17 0.44 0.20
HSL 37.33º 0.46% 0.62% -
HSV(B) 37.33º 0.44% 0.8% -
XYZ 41.8 42.26 21.58 -
YUV 172.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 203 169 113 0 0.17 0.44 0.20 37.33 0.46 0.62
Hex CB A9 71 0 11 2C 14 25 2E 3E
Octal 313 251 161 0 21 54 24 45 56 76
Binary 11001011 10101001 1110001 0 10001 101100 10100 100101 101110 111110

Color Harmonies of #CBA971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA971

Black with #CBA971

Text Example


Text Example

White with #CBA971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA971; }

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

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

background-color css

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

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

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

border-color css

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

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

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