#D69193

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

Shades of Can Can #D69193

Tints of Can Can #D69193

Color information

#D69193 (or 0xD69193) is unknown color: approx Can Can. HEX triplet: D6, 91 and 93. RGB value is (214,145,147). Sum of RGB (Red+Green+Blue) = 214+145+147=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D69193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69193 is #296E6C. Grayscale: #A5A5A5. Windows color (decimal): -2715245 or 9671126. OLE color: 9671126.

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

Color convert

RGB214145147-
CMYK00.320.310.16
HSL358.26º45.7%70.39%-
HSV(B)358.26º32.24%83.92%-
XYZ43.1236.6532.41-
YUV165.86117.36162.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 145 (57.03% from 255) = 28.66%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=42.29%
G=28.66%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414514700.320.310.16358.2645.770.39
HexD691930201F101662e46
Octal326221223040372054656106
Binary110101101001000110010011010000011111100001011001101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69193; }

 p { color: rgb(214,145,147); }

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

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

 a { background-color: rgb(214,145,147); }

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

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

 span { border-color: rgb(214,145,147); }

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