#CD8E95

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

Shades of Can Can #CD8E95

Tints of Can Can #CD8E95

Color information

#CD8E95 (or 0xCD8E95) is unknown color: approx Can Can. HEX triplet: CD, 8E and 95. RGB value is (205,142,149). Sum of RGB (Red+Green+Blue) = 205+142+149=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8E95 is #32716A. Grayscale: #A1A1A1. Windows color (decimal): -3305835 or 9801421. OLE color: 9801421.

HSL color Cylindrical-coordinate representation of color #CD8E95: hue angle of 353.33º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8E95 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB205142149-
CMYK00.310.270.20
HSL353.33º38.65%68.04%-
HSV(B)353.33º30.73%80.39%-
XYZ40.2734.532.97-
YUV161.64120.87158.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=41.33%
G=28.63%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514214900.310.270.20353.3338.6568.04
HexCD8E9501F1B141612744
Octal315216225037332454147104
Binary11001101100011101001010101111111011101001011000011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E95; }

 p { color: rgb(205,142,149); }

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

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

 a { background-color: rgb(205,142,149); }

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

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

 span { border-color: rgb(205,142,149); }

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