#D2CAC0

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

Shades of Swirl #D2CAC0

Tints of Swirl #D2CAC0

Color information

#D2CAC0 (or 0xD2CAC0) is unknown color: approx Swirl. HEX triplet: D2, CA and C0. RGB value is (210,202,192). Sum of RGB (Red+Green+Blue) = 210+202+192=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CAC0 is #2D353F. Grayscale: #CBCBCB. Windows color (decimal): -2962752 or 12634834. OLE color: 12634834.

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

Color convert

RGB210202192-
CMYK00.040.090.18
HSL33.33º16.67%78.82%-
HSV(B)33.33º8.57%82.35%-
XYZ57.2159.7558.39-
YUV203.25121.65132.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.77%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 192 (75.39% from 255) = 31.79%
R=34.77%
G=33.44%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020219200.040.090.1833.3316.6778.82
HexD2CAC00491221114f
Octal3223123000411224121117
Binary1101001011001010110000000100100110010100001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CAC0; }

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

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

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

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

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

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

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

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