#CDA493

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

Shades of Rose #CDA493

Tints of Rose #CDA493

Color information

#CDA493 (or 0xCDA493) is unknown color: approx Rose. HEX triplet: CD, A4 and 93. RGB value is (205,164,147). Sum of RGB (Red+Green+Blue) = 205+164+147=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA493 is #325B6C. Grayscale: #AEAEAE. Windows color (decimal): -3300205 or 9675981. OLE color: 9675981.

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

Color convert

RGB205164147-
CMYK00.20.280.20
HSL17.59º36.71%69.02%-
HSV(B)17.59º28.29%80.39%-
XYZ43.7241.6433.34-
YUV174.32112.58149.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 164 (64.45% from 255) = 31.78%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=39.73%
G=31.78%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516414700.20.280.2017.5936.7169.02
HexCDA4930141C14122545
Octal31524422302434242245105
Binary1100110110100100100100110101001110010100100101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA493; }

 p { color: rgb(205,164,147); }

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

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

 a { background-color: rgb(205,164,147); }

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

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

 span { border-color: rgb(205,164,147); }

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