#D0CABA

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

Shades of Aths Special #D0CABA

Tints of Aths Special #D0CABA

Color information

#D0CABA (or 0xD0CABA) is unknown color: approx Aths Special. HEX triplet: D0, CA and BA. RGB value is (208,202,186). Sum of RGB (Red+Green+Blue) = 208+202+186=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CABA is #2F3545. Grayscale: #CACACA. Windows color (decimal): -3093830 or 12241616. OLE color: 12241616.

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

Color convert

RGB208202186-
CMYK00.030.110.18
HSL43.64º18.97%77.25%-
HSV(B)43.64º10.58%81.57%-
XYZ5659.254.93-
YUV201.97118.99132.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.90%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 186 (73.05% from 255) = 31.21%
R=34.90%
G=33.89%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820218600.030.110.1843.6418.9777.25
HexD0CABA03B122c134d
Octal3203122720313225423115
Binary110100001100101010111010011101110010101100100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CABA; }

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

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

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

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

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

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

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

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