#CD9A92

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

Shades of Rose #CD9A92

Tints of Rose #CD9A92

Color information

#CD9A92 (or 0xCD9A92) is unknown color: approx Rose. HEX triplet: CD, 9A and 92. RGB value is (205,154,146). Sum of RGB (Red+Green+Blue) = 205+154+146=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9A92 is #32656D. Grayscale: #A8A8A8. Windows color (decimal): -3302766 or 9607885. OLE color: 9607885.

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

Color convert

RGB205154146-
CMYK00.250.290.20
HSL8.14º37.11%68.82%-
HSV(B)8.14º28.78%80.39%-
XYZ41.9238.1732.35-
YUV168.34115.4154.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=40.59%
G=30.50%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515414600.250.290.208.1437.1168.82
HexCD9A920191D1482545
Octal31523222203135241045105
Binary110011011001101010010010011001111011010010001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9A92; }

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

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

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

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

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

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

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

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