Html Css Color HEX #CAB871 Putty

📋 copy color: '#CAB871'

red 202 ◦ green 184 ◦ blue 113

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

Shades of Putty #CAB871

Tints of Putty #CAB871

RGB

 RED value IS 202 (79.3% from 255) = 40.48%

 GREEN value IS 184 (72.27% from 255) = 36.87%

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

R = 40.48%
G = 36.87%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CAB871 (or 0xCAB871) is known color: Putty. HEX triplet: CA, B8 and 71. RGB value is (202,184,113). Sum of RGB (Red+Green+Blue) = 202+184+113=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB871 is #35478E. Grayscale: #B5B5B5. Windows color (decimal): -3491727 or 7452874. OLE color: 7452874.

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

Color convert

RGB 202 184 113 -
CMYK 0 0.09 0.44 0.21
HSL 47.87º 0.46% 0.62% -
HSV(B) 47.87º 0.44% 0.79% -
XYZ 44.48 48.03 22.55 -
YUV 181.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 202 184 113 0 0.09 0.44 0.21 47.87 0.46 0.62
Hex CA B8 71 0 9 2C 15 30 2E 3E
Octal 312 270 161 0 11 54 25 60 56 76
Binary 11001010 10111000 1110001 0 1001 101100 10101 110000 101110 111110

Color Harmonies of #CAB871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB871

Black with #CAB871

Text Example


Text Example

White with #CAB871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB871; }

 p { color: rgb(202,184,113); }

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

background-color css

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

 a { background-color: rgb(202,184,113); }

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

border-color css

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

 span { border-color: rgb(202,184,113); }

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