#CAB0AB

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

Shades of Cold Turkey #CAB0AB

Tints of Cold Turkey #CAB0AB

Color information

#CAB0AB (or 0xCAB0AB) is unknown color: approx Cold Turkey. HEX triplet: CA, B0 and AB. RGB value is (202,176,171). Sum of RGB (Red+Green+Blue) = 202+176+171=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB0AB is #354F54. Grayscale: #B7B7B7. Windows color (decimal): -3493717 or 11251914. OLE color: 11251914.

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

Color convert

RGB202176171-
CMYK00.130.150.21
HSL9.68º22.63%73.14%-
HSV(B)9.68º15.35%79.22%-
XYZ47.2346.5545.02-
YUV183.2121.11141.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 176 (69.14% from 255) = 32.06%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=36.79%
G=32.06%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217617100.130.150.219.6822.6373.14
HexCAB0AB0DF15a1749
Octal31226025301517251227111
Binary110010101011000010101011011011111101011010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0AB; }

 p { color: rgb(202,176,171); }

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

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

 a { background-color: rgb(202,176,171); }

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

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

 span { border-color: rgb(202,176,171); }

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