Html Css Color HEX #CAB971 Putty

📋 copy color: '#CAB971'

red 202 ◦ green 185 ◦ blue 113

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

Shades of Putty #CAB971

Tints of Putty #CAB971

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37%

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

R = 40.4%
G = 37%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CAB971 (or 0xCAB971) is known color: Putty. HEX triplet: CA, B9 and 71. RGB value is (202,185,113). Sum of RGB (Red+Green+Blue) = 202+185+113=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB971 is #35468E. Grayscale: #B6B6B6. Windows color (decimal): -3491471 or 7453130. OLE color: 7453130.

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

Color convert

RGB 202 185 113 -
CMYK 0 0.08 0.44 0.21
HSL 48.54º 0.46% 0.62% -
HSV(B) 48.54º 0.44% 0.79% -
XYZ 44.69 48.45 22.62 -
YUV 181.88 89.13 142.35 -
System Red Green Blue C M Y K H S L
Decimal 202 185 113 0 0.08 0.44 0.21 48.54 0.46 0.62
Hex CA B9 71 0 8 2C 15 31 2E 3E
Octal 312 271 161 0 10 54 25 61 56 76
Binary 11001010 10111001 1110001 0 1000 101100 10101 110001 101110 111110

Color Harmonies of #CAB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB971

Black with #CAB971

Text Example


Text Example

White with #CAB971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB971; }

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

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

background-color css

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

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

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

border-color css

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

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

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