#CAB1AE

Color #CAB1AE Cold Turkey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Turkey #CAB1AE

Tints of Cold Turkey #CAB1AE

Color information

#CAB1AE (or 0xCAB1AE) is unknown color: approx Cold Turkey. HEX triplet: CA, B1 and AE. RGB value is (202,177,174). Sum of RGB (Red+Green+Blue) = 202+177+174=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB1AE is #354E51. Grayscale: #B8B8B8. Windows color (decimal): -3493458 or 11448778. OLE color: 11448778.

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

Color convert

RGB202177174-
CMYK00.120.140.21
HSL6.43º20.9%73.73%-
HSV(B)6.43º13.86%79.22%-
XYZ47.7247.0646.61-
YUV184.13122.28140.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=36.53%
G=32.01%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217717400.120.140.216.4320.973.73
HexCAB1AE0CE156154a
Octal3122612560141625625112
Binary11001010101100011010111001100111010101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1AE; }

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

 H1.HeaderClassName
 {
   color: #CAB1AE;
 }
 .AnyTagClassName
 {
   color: #CAB1AE;
 }
</style>
background-color css

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

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

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

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

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

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