Html Css Color HEX #CBA471 Putty

📋 copy color: '#CBA471'

red 203 ◦ green 164 ◦ blue 113

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

Shades of Putty #CBA471

Tints of Putty #CBA471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.17%

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

R = 42.29%
G = 34.17%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBA471 (or 0xCBA471) is known color: Putty. HEX triplet: CB, A4 and 71. RGB value is (203,164,113). Sum of RGB (Red+Green+Blue) = 203+164+113=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA471 is #345B8E. Grayscale: #AAAAAA. Windows color (decimal): -3431311 or 7447755. OLE color: 7447755.

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

Color convert

RGB 203 164 113 -
CMYK 0 0.19 0.44 0.20
HSL 34º 0.46% 0.62% -
HSV(B) 34º 0.44% 0.8% -
XYZ 40.88 40.44 21.27 -
YUV 169.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 203 164 113 0 0.19 0.44 0.20 34 0.46 0.62
Hex CB A4 71 0 13 2C 14 22 2E 3E
Octal 313 244 161 0 23 54 24 42 56 76
Binary 11001011 10100100 1110001 0 10011 101100 10100 100010 101110 111110

Color Harmonies of #CBA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA471

Black with #CBA471

Text Example


Text Example

White with #CBA471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA471; }

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

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

background-color css

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

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

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

border-color css

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

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

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