Html Css Color HEX #CAB271 Putty

📋 copy color: '#CAB271'

red 202 ◦ green 178 ◦ blue 113

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

Shades of Putty #CAB271

Tints of Putty #CAB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.11%

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

R = 40.97%
G = 36.11%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CAB271 (or 0xCAB271) is known color: Putty. HEX triplet: CA, B2 and 71. RGB value is (202,178,113). Sum of RGB (Red+Green+Blue) = 202+178+113=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB271 is #354D8E. Grayscale: #B2B2B2. Windows color (decimal): -3493263 or 7451338. OLE color: 7451338.

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

Color convert

RGB 202 178 113 -
CMYK 0 0.12 0.44 0.21
HSL 43.82º 0.46% 0.62% -
HSV(B) 43.82º 0.44% 0.79% -
XYZ 43.26 45.59 22.14 -
YUV 177.77 91.45 145.29 -
System Red Green Blue C M Y K H S L
Decimal 202 178 113 0 0.12 0.44 0.21 43.82 0.46 0.62
Hex CA B2 71 0 C 2C 15 2C 2E 3E
Octal 312 262 161 0 14 54 25 54 56 76
Binary 11001010 10110010 1110001 0 1100 101100 10101 101100 101110 111110

Color Harmonies of #CAB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB271

Black with #CAB271

Text Example


Text Example

White with #CAB271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB271; }

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

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

background-color css

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

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

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

border-color css

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

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

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