#CD9E92

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

Shades of Rose #CD9E92

Tints of Rose #CD9E92

Color information

#CD9E92 (or 0xCD9E92) is unknown color: approx Rose. HEX triplet: CD, 9E and 92. RGB value is (205,158,146). Sum of RGB (Red+Green+Blue) = 205+158+146=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9E92 is #32616D. Grayscale: #AAAAAA. Windows color (decimal): -3301742 or 9608909. OLE color: 9608909.

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

Color convert

RGB205158146-
CMYK00.230.290.20
HSL12.2º37.11%68.82%-
HSV(B)12.2º28.78%80.39%-
XYZ42.5939.5132.58-
YUV170.68114.07152.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 158 (62.11% from 255) = 31.04%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=40.28%
G=31.04%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515814600.230.290.2012.237.1168.82
HexCD9E920171D14c2545
Octal31523622202735241445105
Binary110011011001111010010010010111111011010011001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9E92; }

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

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

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

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

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

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

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

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