#CAADAB

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

Shades of Cold Turkey #CAADAB

Tints of Cold Turkey #CAADAB

Color information

#CAADAB (or 0xCAADAB) is unknown color: approx Cold Turkey. HEX triplet: CA, AD and AB. RGB value is (202,173,171). Sum of RGB (Red+Green+Blue) = 202+173+171=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAADAB is #355254. Grayscale: #B5B5B5. Windows color (decimal): -3494485 or 11251146. OLE color: 11251146.

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

Color convert

RGB202173171-
CMYK00.140.150.21
HSL3.87º22.63%73.14%-
HSV(B)3.87º15.35%79.22%-
XYZ46.6545.3844.83-
YUV181.44122.11142.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=37.00%
G=31.68%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217317100.140.150.213.8722.6373.14
HexCAADAB0EF1541749
Octal3122552530161725427111
Binary11001010101011011010101101110111110101100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADAB; }

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

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

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

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

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

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

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

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