#CAB5AF

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

Shades of Cold Turkey #CAB5AF

Tints of Cold Turkey #CAB5AF

Color information

#CAB5AF (or 0xCAB5AF) is unknown color: approx Cold Turkey. HEX triplet: CA, B5 and AF. RGB value is (202,181,175). Sum of RGB (Red+Green+Blue) = 202+181+175=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB5AF is #354A50. Grayscale: #BABABA. Windows color (decimal): -3492433 or 11515338. OLE color: 11515338.

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

Color convert

RGB202181175-
CMYK00.100.130.21
HSL13.33º20.3%73.92%-
HSV(B)13.33º13.37%79.22%-
XYZ48.6248.747.39-
YUV186.59121.46138.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 181 (71.09% from 255) = 32.44%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=36.20%
G=32.44%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218117500.100.130.2113.3320.373.92
HexCAB5AF0AD15d144a
Octal31226525701215251524112
Binary110010101011010110101111010101101101011101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5AF; }

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

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

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

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

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

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

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

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