Html Css Color HEX #CBA871 Putty

📋 copy color: '#CBA871'

red 203 ◦ green 168 ◦ blue 113

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

Shades of Putty #CBA871

Tints of Putty #CBA871

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.71%

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

R = 41.94%
G = 34.71%
B = 23.35%

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

#CBA871 (or 0xCBA871) is known color: Putty. HEX triplet: CB, A8 and 71. RGB value is (203,168,113). Sum of RGB (Red+Green+Blue) = 203+168+113=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA871 is #34578E. Grayscale: #ACACAC. Windows color (decimal): -3430287 or 7448779. OLE color: 7448779.

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

Color convert

RGB 203 168 113 -
CMYK 0 0.17 0.44 0.20
HSL 36.67º 0.46% 0.62% -
HSV(B) 36.67º 0.44% 0.8% -
XYZ 41.61 41.89 21.52 -
YUV 172.2 94.6 149.97 -
System Red Green Blue C M Y K H S L
Decimal 203 168 113 0 0.17 0.44 0.20 36.67 0.46 0.62
Hex CB A8 71 0 11 2C 14 25 2E 3E
Octal 313 250 161 0 21 54 24 45 56 76
Binary 11001011 10101000 1110001 0 10001 101100 10100 100101 101110 111110

Color Harmonies of #CBA871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA871

Black with #CBA871

Text Example


Text Example

White with #CBA871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA871; }

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

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

background-color css

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

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

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

border-color css

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

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

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