#D5CAB0

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

Shades of Aths Special #D5CAB0

Tints of Aths Special #D5CAB0

Color information

#D5CAB0 (or 0xD5CAB0) is unknown color: approx Aths Special. HEX triplet: D5, CA and B0. RGB value is (213,202,176). Sum of RGB (Red+Green+Blue) = 213+202+176=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CAB0 is #2A354F. Grayscale: #CACACA. Windows color (decimal): -2766160 or 11586261. OLE color: 11586261.

HSL color Cylindrical-coordinate representation of color #D5CAB0: hue angle of 42.16º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5CAB0 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB213202176-
CMYK00.050.170.16
HSL42.16º30.58%76.27%-
HSV(B)42.16º17.37%83.53%-
XYZ56.459.5249.59-
YUV202.32113.14135.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.04%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 176 (69.14% from 255) = 29.78%
R=36.04%
G=34.18%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320217600.050.170.1642.1630.5876.27
HexD5CAB00511102a1f4c
Octal3253122600521205237114
Binary11010101110010101011000001011000110000101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAB0; }

 p { color: rgb(213,202,176); }

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

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

 a { background-color: rgb(213,202,176); }

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

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

 span { border-color: rgb(213,202,176); }

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