#CDA290

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

Shades of Rose #CDA290

Tints of Rose #CDA290

Color information

#CDA290 (or 0xCDA290) is unknown color: approx Rose. HEX triplet: CD, A2 and 90. RGB value is (205,162,144). Sum of RGB (Red+Green+Blue) = 205+162+144=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA290 is #325D6F. Grayscale: #ACACAC. Windows color (decimal): -3300720 or 9478861. OLE color: 9478861.

HSL color Cylindrical-coordinate representation of color #CDA290: hue angle of 17.7º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA290 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB205162144-
CMYK00.210.300.20
HSL17.7º37.89%68.43%-
HSV(B)17.7º29.76%80.39%-
XYZ43.1340.8331.99-
YUV172.8111.75150.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 162 (63.67% from 255) = 31.70%
BLUE value IS 144 (56.64% from 255) = 28.18%
R=40.12%
G=31.70%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516214400.210.300.2017.737.8968.43
HexCDA2900151E14122644
Octal31524222002536242246104
Binary1100110110100010100100000101011111010100100101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA290; }

 p { color: rgb(205,162,144); }

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

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

 a { background-color: rgb(205,162,144); }

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

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

 span { border-color: rgb(205,162,144); }

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