Html Css Color HEX #CAB16E Putty

📋 copy color: '#CAB16E'

red 202 ◦ green 177 ◦ blue 110

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

Shades of Putty #CAB16E

Tints of Putty #CAB16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.2%

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

R = 41.31%
G = 36.2%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CAB16E (or 0xCAB16E) is known color: Putty. HEX triplet: CA, B1 and 6E. RGB value is (202,177,110). Sum of RGB (Red+Green+Blue) = 202+177+110=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB16E is #354E91. Grayscale: #B1B1B1. Windows color (decimal): -3493522 or 7254474. OLE color: 7254474.

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

Color convert

RGB 202 177 110 -
CMYK 0 0.12 0.46 0.21
HSL 43.7º 0.46% 0.61% -
HSV(B) 43.7º 0.46% 0.79% -
XYZ 42.89 45.13 21.2 -
YUV 176.84 90.28 145.95 -
System Red Green Blue C M Y K H S L
Decimal 202 177 110 0 0.12 0.46 0.21 43.7 0.46 0.61
Hex CA B1 6E 0 C 2E 15 2C 2E 3D
Octal 312 261 156 0 14 56 25 54 56 75
Binary 11001010 10110001 1101110 0 1100 101110 10101 101100 101110 111101

Color Harmonies of #CAB16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB16E

Black with #CAB16E

Text Example


Text Example

White with #CAB16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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