#CDA094

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

Shades of Rose #CDA094

Tints of Rose #CDA094

Color information

#CDA094 (or 0xCDA094) is unknown color: approx Rose. HEX triplet: CD, A0 and 94. RGB value is (205,160,148). Sum of RGB (Red+Green+Blue) = 205+160+148=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA094 is #325F6B. Grayscale: #ACACAC. Windows color (decimal): -3301228 or 9740493. OLE color: 9740493.

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

Color convert

RGB205160148-
CMYK00.220.280.20
HSL12.63º36.31%69.22%-
HSV(B)12.63º27.8%80.39%-
XYZ43.0940.2633.52-
YUV172.09114.41151.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 160 (62.89% from 255) = 31.19%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=39.96%
G=31.19%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516014800.220.280.2012.6336.3169.22
HexCDA0940161C14d2445
Octal31524022402634241544105
Binary110011011010000010010100010110111001010011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA094; }

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

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

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

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

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

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

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

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