#CD8C99

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

Shades of Can Can #CD8C99

Tints of Can Can #CD8C99

Color information

#CD8C99 (or 0xCD8C99) is unknown color: approx Can Can. HEX triplet: CD, 8C and 99. RGB value is (205,140,153). Sum of RGB (Red+Green+Blue) = 205+140+153=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8C99 is #327366. Grayscale: #A0A0A0. Windows color (decimal): -3306343 or 10063053. OLE color: 10063053.

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

Color convert

RGB205140153-
CMYK00.320.250.20
HSL348º39.39%67.65%-
HSV(B)348º31.71%80.39%-
XYZ40.334.0434.58-
YUV160.92123.53159.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 140 (55.08% from 255) = 28.11%
BLUE value IS 153 (60.16% from 255) = 30.72%
R=41.16%
G=28.11%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514015300.320.250.2034839.3967.65
HexCD8C99020191415c2744
Octal315214231040312453447104
Binary110011011000110010011001010000011001101001010111001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8C99; }

 p { color: rgb(205,140,153); }

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

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

 a { background-color: rgb(205,140,153); }

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

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

 span { border-color: rgb(205,140,153); }

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