#CD9A94

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

Shades of Rose #CD9A94

Tints of Rose #CD9A94

Color information

#CD9A94 (or 0xCD9A94) is unknown color: approx Rose. HEX triplet: CD, 9A and 94. RGB value is (205,154,148). Sum of RGB (Red+Green+Blue) = 205+154+148=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9A94 is #32656B. Grayscale: #A8A8A8. Windows color (decimal): -3302764 or 9738957. OLE color: 9738957.

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

Color convert

RGB205154148-
CMYK00.250.280.20
HSL6.32º36.31%69.22%-
HSV(B)6.32º27.8%80.39%-
XYZ42.0838.2333.18-
YUV168.56116.4153.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 148 (58.20% from 255) = 29.19%
R=40.43%
G=30.37%
B=29.19%

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
Decimal20515414800.250.280.206.3236.3169.22
HexCD9A940191C1462445
Octal3152322240313424644105
Binary11001101100110101001010001100111100101001101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9A94; }

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

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

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

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

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

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

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

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