#CD9E93

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

Shades of Rose #CD9E93

Tints of Rose #CD9E93

Color information

#CD9E93 (or 0xCD9E93) is unknown color: approx Rose. HEX triplet: CD, 9E and 93. RGB value is (205,158,147). Sum of RGB (Red+Green+Blue) = 205+158+147=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9E93 is #32616C. Grayscale: #AAAAAA. Windows color (decimal): -3301741 or 9674445. OLE color: 9674445.

HSL color Cylindrical-coordinate representation of color #CD9E93: hue angle of 11.38º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD9E93 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205158147-
CMYK00.230.280.20
HSL11.38º36.71%69.02%-
HSV(B)11.38º28.29%80.39%-
XYZ42.6739.5432.99-
YUV170.8114.57152.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 158 (62.11% from 255) = 30.98%
BLUE value IS 147 (57.81% from 255) = 28.82%
R=40.20%
G=30.98%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515814700.230.280.2011.3836.7169.02
HexCD9E930171C14b2545
Octal31523622302734241345105
Binary110011011001111010010011010111111001010010111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9E93; }

 p { color: rgb(205,158,147); }

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

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

 a { background-color: rgb(205,158,147); }

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

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

 span { border-color: rgb(205,158,147); }

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