#D6A0BC

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

Shades of Shocking #D6A0BC

Tints of Shocking #D6A0BC

Color information

#D6A0BC (or 0xD6A0BC) is unknown color: approx Shocking. HEX triplet: D6, A0 and BC. RGB value is (214,160,188). Sum of RGB (Red+Green+Blue) = 214+160+188=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0BC is #295F43. Grayscale: #B3B3B3. Windows color (decimal): -2711364 or 12361942. OLE color: 12361942.

HSL color Cylindrical-coordinate representation of color #D6A0BC: hue angle of 328.89º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A0BC is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214160188-
CMYK00.250.120.16
HSL328.89º39.71%73.33%-
HSV(B)328.89º25.23%83.92%-
XYZ49.3843.0753.29-
YUV179.34132.89152.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 160 (62.89% from 255) = 28.47%
BLUE value IS 188 (73.83% from 255) = 33.45%
R=38.08%
G=28.47%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416018800.250.120.16328.8939.7173.33
HexD6A0BC019C101492849
Octal326240274031142051150111
Binary1101011010100000101111000110011100100001010010011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A0BC; }

 p { color: rgb(214,160,188); }

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

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

 a { background-color: rgb(214,160,188); }

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

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

 span { border-color: rgb(214,160,188); }

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