#D38A92

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

Shades of Can Can #D38A92

Tints of Can Can #D38A92

Color information

#D38A92 (or 0xD38A92) is unknown color: approx Can Can. HEX triplet: D3, 8A and 92. RGB value is (211,138,146). Sum of RGB (Red+Green+Blue) = 211+138+146=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38A92 is #2C756D. Grayscale: #A0A0A0. Windows color (decimal): -2913646 or 9603795. OLE color: 9603795.

HSL color Cylindrical-coordinate representation of color #D38A92: hue angle of 353.42º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38A92 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB211138146-
CMYK00.350.310.17
HSL353.42º45.34%68.43%-
HSV(B)353.42º34.6%82.75%-
XYZ41.1434.131.61-
YUV160.74119.68163.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.63%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=42.63%
G=27.88%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113814600.350.310.17353.4245.3468.43
HexD38A920231F111612d44
Octal323212222043372154155104
Binary110100111000101010010010010001111111100011011000011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38A92; }

 p { color: rgb(211,138,146); }

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

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

 a { background-color: rgb(211,138,146); }

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

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

 span { border-color: rgb(211,138,146); }

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