#CD9993

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

Shades of Rose #CD9993

Tints of Rose #CD9993

Color information

#CD9993 (or 0xCD9993) is unknown color: approx Rose. HEX triplet: CD, 99 and 93. RGB value is (205,153,147). Sum of RGB (Red+Green+Blue) = 205+153+147=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9993 is #32666C. Grayscale: #A7A7A7. Windows color (decimal): -3303021 or 9673165. OLE color: 9673165.

HSL color Cylindrical-coordinate representation of color #CD9993: hue angle of 6.21º 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 #CD9993 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205153147-
CMYK00.250.280.20
HSL6.21º36.71%69.02%-
HSV(B)6.21º28.29%80.39%-
XYZ41.8337.8732.71-
YUV167.86116.23154.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=40.59%
G=30.30%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515314700.250.280.206.2136.7169.02
HexCD99930191C1462545
Octal3152312230313424645105
Binary11001101100110011001001101100111100101001101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9993; }

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

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

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

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

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

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

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

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