#D7CAC1

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

Shades of Swirl #D7CAC1

Tints of Swirl #D7CAC1

Color information

#D7CAC1 (or 0xD7CAC1) is unknown color: approx Swirl. HEX triplet: D7, CA and C1. RGB value is (215,202,193). Sum of RGB (Red+Green+Blue) = 215+202+193=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CAC1 is #28353E. Grayscale: #CCCCCC. Windows color (decimal): -2635071 or 12700375. OLE color: 12700375.

HSL color Cylindrical-coordinate representation of color #D7CAC1: hue angle of 24.55º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7CAC1 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB215202193-
CMYK00.060.100.16
HSL24.55º21.57%80%-
HSV(B)24.55º10.23%84.31%-
XYZ58.7760.5459.04-
YUV204.86121.31135.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.25%
GREEN value IS 202 (79.30% from 255) = 33.11%
BLUE value IS 193 (75.78% from 255) = 31.64%
R=35.25%
G=33.11%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520219300.060.100.1624.5521.5780
HexD7CAC106A10191650
Octal3273123010612203126120
Binary110101111100101011000001011010101000011001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CAC1; }

 p { color: rgb(215,202,193); }

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

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

 a { background-color: rgb(215,202,193); }

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

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

 span { border-color: rgb(215,202,193); }

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