#CAB3AF

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

Shades of Cold Turkey #CAB3AF

Tints of Cold Turkey #CAB3AF

Color information

#CAB3AF (or 0xCAB3AF) is unknown color: approx Cold Turkey. HEX triplet: CA, B3 and AF. RGB value is (202,179,175). Sum of RGB (Red+Green+Blue) = 202+179+175=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB3AF is #354C50. Grayscale: #B9B9B9. Windows color (decimal): -3492945 or 11514826. OLE color: 11514826.

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

Color convert

RGB202179175-
CMYK00.110.130.21
HSL8.89º20.3%73.92%-
HSV(B)8.89º13.37%79.22%-
XYZ48.2247.8947.26-
YUV185.42122.12139.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 179 (70.31% from 255) = 32.19%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=36.33%
G=32.19%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217917500.110.130.218.8920.373.92
HexCAB3AF0BD159144a
Octal31226325701315251124112
Binary110010101011001110101111010111101101011001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3AF; }

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

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

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

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

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

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

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

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