Html Css Color HEX #CBA571 Putty

📋 copy color: '#CBA571'

red 203 ◦ green 165 ◦ blue 113

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

Shades of Putty #CBA571

Tints of Putty #CBA571

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.3%

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

R = 42.2%
G = 34.3%
B = 23.49%

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

#CBA571 (or 0xCBA571) is known color: Putty. HEX triplet: CB, A5 and 71. RGB value is (203,165,113). Sum of RGB (Red+Green+Blue) = 203+165+113=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA571 is #345A8E. Grayscale: #AAAAAA. Windows color (decimal): -3431055 or 7448011. OLE color: 7448011.

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

Color convert

RGB 203 165 113 -
CMYK 0 0.19 0.44 0.20
HSL 34.67º 0.46% 0.62% -
HSV(B) 34.67º 0.44% 0.8% -
XYZ 41.06 40.8 21.33 -
YUV 170.43 95.59 151.23 -
System Red Green Blue C M Y K H S L
Decimal 203 165 113 0 0.19 0.44 0.20 34.67 0.46 0.62
Hex CB A5 71 0 13 2C 14 23 2E 3E
Octal 313 245 161 0 23 54 24 43 56 76
Binary 11001011 10100101 1110001 0 10011 101100 10100 100011 101110 111110

Color Harmonies of #CBA571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA571

Black with #CBA571

Text Example


Text Example

White with #CBA571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA571; }

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

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

background-color css

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

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

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

border-color css

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

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

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