#C8ADAB

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

Shades of Cold Turkey #C8ADAB

Tints of Cold Turkey #C8ADAB

Color information

#C8ADAB (or 0xC8ADAB) is unknown color: approx Cold Turkey. HEX triplet: C8, AD and AB. RGB value is (200,173,171). Sum of RGB (Red+Green+Blue) = 200+173+171=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ADAB is #375254. Grayscale: #B4B4B4. Windows color (decimal): -3625557 or 11251144. OLE color: 11251144.

HSL color Cylindrical-coordinate representation of color #C8ADAB: hue angle of 4.14º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ADAB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200173171-
CMYK00.140.140.22
HSL4.14º20.86%72.75%-
HSV(B)4.14º14.5%78.43%-
XYZ46.1145.1144.8-
YUV180.84122.45141.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=36.76%
G=31.80%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017317100.140.140.224.1420.8672.75
HexC8ADAB0EE1641549
Octal3102552530161626425111
Binary11001000101011011010101101110111010110100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADAB; }

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

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

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

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

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

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

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

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