#D2CABA

Color #D2CABA Aths Special (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aths Special #D2CABA

Tints of Aths Special #D2CABA

Color information

#D2CABA (or 0xD2CABA) is unknown color: approx Aths Special. HEX triplet: D2, CA and BA. RGB value is (210,202,186). Sum of RGB (Red+Green+Blue) = 210+202+186=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CABA is #2D3545. Grayscale: #CACACA. Windows color (decimal): -2962758 or 12241618. OLE color: 12241618.

HSL color Cylindrical-coordinate representation of color #D2CABA: hue angle of 40º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2CABA is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB210202186-
CMYK00.040.110.18
HSL40º21.05%77.65%-
HSV(B)40º11.43%82.35%-
XYZ56.5659.4954.96-
YUV202.57118.65133.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=35.12%
G=33.78%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020218600.040.110.184021.0577.65
HexD2CABA04B1228154e
Octal3223122720413225025116
Binary1101001011001010101110100100101110010101000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CABA; }

 p { color: rgb(210,202,186); }

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

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

 a { background-color: rgb(210,202,186); }

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

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

 span { border-color: rgb(210,202,186); }

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