#CAB4B1

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

Shades of Cold Turkey #CAB4B1

Tints of Cold Turkey #CAB4B1

Color information

#CAB4B1 (or 0xCAB4B1) is unknown color: approx Cold Turkey. HEX triplet: CA, B4 and B1. RGB value is (202,180,177). Sum of RGB (Red+Green+Blue) = 202+180+177=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB4B1 is #354B4E. Grayscale: #BABABA. Windows color (decimal): -3492687 or 11646154. OLE color: 11646154.

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

Color convert

RGB202180177-
CMYK00.110.120.21
HSL7.2º19.08%74.31%-
HSV(B)7.2º12.38%79.22%-
XYZ48.6148.3748.37-
YUV186.24122.79139.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 177 (69.53% from 255) = 31.66%
R=36.14%
G=32.20%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218017700.110.120.217.219.0874.31
HexCAB4B10BC157134a
Octal3122642610131425723112
Binary11001010101101001011000101011110010101111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB4B1; }

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

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

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

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

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

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

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

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