#CDA194

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

Shades of Rose #CDA194

Tints of Rose #CDA194

Color information

#CDA194 (or 0xCDA194) is unknown color: approx Rose. HEX triplet: CD, A1 and 94. RGB value is (205,161,148). Sum of RGB (Red+Green+Blue) = 205+161+148=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA194 is #325E6B. Grayscale: #ACACAC. Windows color (decimal): -3300972 or 9740749. OLE color: 9740749.

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

Color convert

RGB205161148-
CMYK00.210.280.20
HSL13.68º36.31%69.22%-
HSV(B)13.68º27.8%80.39%-
XYZ43.2740.6133.57-
YUV172.67114.08151.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 161 (63.28% from 255) = 31.32%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=39.88%
G=31.32%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516114800.210.280.2013.6836.3169.22
HexCDA1940151C14e2445
Octal31524122402534241644105
Binary110011011010000110010100010101111001010011101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA194; }

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

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

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

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

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

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

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

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