#CAB1AF

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

Shades of Cold Turkey #CAB1AF

Tints of Cold Turkey #CAB1AF

Color information

#CAB1AF (or 0xCAB1AF) is unknown color: approx Cold Turkey. HEX triplet: CA, B1 and AF. RGB value is (202,177,175). Sum of RGB (Red+Green+Blue) = 202+177+175=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB1AF is #354E50. Grayscale: #B8B8B8. Windows color (decimal): -3493457 or 11514314. OLE color: 11514314.

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

Color convert

RGB202177175-
CMYK00.120.130.21
HSL4.44º20.3%73.92%-
HSV(B)4.44º13.37%79.22%-
XYZ47.8247.147.13-
YUV184.25122.78140.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=36.46%
G=31.95%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217717500.120.130.214.4420.373.92
HexCAB1AF0CD154144a
Octal3122612570141525424112
Binary11001010101100011010111101100110110101100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1AF; }

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

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

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

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

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

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

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

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