Html Css Color HEX #CAB86E Putty

📋 copy color: '#CAB86E'

red 202 ◦ green 184 ◦ blue 110

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

Shades of Putty #CAB86E

Tints of Putty #CAB86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.18%

R = 40.73%
G = 37.1%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CAB86E (or 0xCAB86E) is known color: Putty. HEX triplet: CA, B8 and 6E. RGB value is (202,184,110). Sum of RGB (Red+Green+Blue) = 202+184+110=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB86E is #354791. Grayscale: #B5B5B5. Windows color (decimal): -3491730 or 7256266. OLE color: 7256266.

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

Color convert

RGB 202 184 110 -
CMYK 0 0.09 0.46 0.21
HSL 48.26º 0.46% 0.61% -
HSV(B) 48.26º 0.46% 0.79% -
XYZ 44.31 47.96 21.67 -
YUV 180.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 202 184 110 0 0.09 0.46 0.21 48.26 0.46 0.61
Hex CA B8 6E 0 9 2E 15 30 2E 3D
Octal 312 270 156 0 11 56 25 60 56 75
Binary 11001010 10111000 1101110 0 1001 101110 10101 110000 101110 111101

Color Harmonies of #CAB86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB86E

Black with #CAB86E

Text Example


Text Example

White with #CAB86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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