#CD9E8C

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

Shades of Rose #CD9E8C

Tints of Rose #CD9E8C

Color information

#CD9E8C (or 0xCD9E8C) is unknown color: approx Rose. HEX triplet: CD, 9E and 8C. RGB value is (205,158,140). Sum of RGB (Red+Green+Blue) = 205+158+140=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9E8C is #326173. Grayscale: #AAAAAA. Windows color (decimal): -3301748 or 9215693. OLE color: 9215693.

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

Color convert

RGB205158140-
CMYK00.230.320.20
HSL16.62º39.39%67.65%-
HSV(B)16.62º31.71%80.39%-
XYZ42.1439.3330.18-
YUV170111.07152.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=40.76%
G=31.41%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515814000.230.320.2016.6239.3967.65
HexCD9E8C0172014112744
Octal31523621402740242147104
Binary11001101100111101000110001011110000010100100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9E8C; }

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

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

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

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

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

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

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

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