Html Css Color HEX #CAB771 Putty

📋 copy color: '#CAB771'

red 202 ◦ green 183 ◦ blue 113

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

Shades of Putty #CAB771

Tints of Putty #CAB771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.75%

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

R = 40.56%
G = 36.75%
B = 22.69%

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

#CAB771 (or 0xCAB771) is known color: Putty. HEX triplet: CA, B7 and 71. RGB value is (202,183,113). Sum of RGB (Red+Green+Blue) = 202+183+113=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB771 is #35488E. Grayscale: #B5B5B5. Windows color (decimal): -3491983 or 7452618. OLE color: 7452618.

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

Color convert

RGB 202 183 113 -
CMYK 0 0.09 0.44 0.21
HSL 47.19º 0.46% 0.62% -
HSV(B) 47.19º 0.44% 0.79% -
XYZ 44.27 47.62 22.48 -
YUV 180.7 89.79 143.19 -
System Red Green Blue C M Y K H S L
Decimal 202 183 113 0 0.09 0.44 0.21 47.19 0.46 0.62
Hex CA B7 71 0 9 2C 15 2F 2E 3E
Octal 312 267 161 0 11 54 25 57 56 76
Binary 11001010 10110111 1110001 0 1001 101100 10101 101111 101110 111110

Color Harmonies of #CAB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB771

Black with #CAB771

Text Example


Text Example

White with #CAB771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB771; }

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

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

background-color css

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

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

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

border-color css

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

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

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