#D5CAB6

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

Shades of Aths Special #D5CAB6

Tints of Aths Special #D5CAB6

Color information

#D5CAB6 (or 0xD5CAB6) is unknown color: approx Aths Special. HEX triplet: D5, CA and B6. RGB value is (213,202,182). Sum of RGB (Red+Green+Blue) = 213+202+182=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAB6 is #2A3549. Grayscale: #CBCBCB. Windows color (decimal): -2766154 or 11979477. OLE color: 11979477.

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

Color convert

RGB213202182-
CMYK00.050.150.16
HSL38.71º26.96%77.45%-
HSV(B)38.71º14.55%83.53%-
XYZ5759.7652.79-
YUV203.01116.14135.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.68%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 182 (71.48% from 255) = 30.49%
R=35.68%
G=33.84%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320218200.050.150.1638.7126.9677.45
HexD5CAB605F10271b4d
Octal3253122660517204733115
Binary1101010111001010101101100101111110000100111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAB6; }

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

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

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

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

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

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

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

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