#CDA28E

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

Shades of Rose #CDA28E

Tints of Rose #CDA28E

Color information

#CDA28E (or 0xCDA28E) is unknown color: approx Rose. HEX triplet: CD, A2 and 8E. RGB value is (205,162,142). Sum of RGB (Red+Green+Blue) = 205+162+142=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA28E is #325D71. Grayscale: #ACACAC. Windows color (decimal): -3300722 or 9347789. OLE color: 9347789.

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

Color convert

RGB205162142-
CMYK00.210.310.20
HSL19.05º38.65%68.04%-
HSV(B)19.05º30.73%80.39%-
XYZ42.9840.7731.2-
YUV172.58110.75151.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 142 (55.86% from 255) = 27.90%
R=40.28%
G=31.83%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516214200.210.310.2019.0538.6568.04
HexCDA28E0151F14132744
Octal31524221602537242347104
Binary1100110110100010100011100101011111110100100111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA28E; }

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

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

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

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

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

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

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

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