#CDA18D

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

Shades of Rose #CDA18D

Tints of Rose #CDA18D

Color information

#CDA18D (or 0xCDA18D) is unknown color: approx Rose. HEX triplet: CD, A1 and 8D. RGB value is (205,161,141). Sum of RGB (Red+Green+Blue) = 205+161+141=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA18D is #325E72. Grayscale: #ACACAC. Windows color (decimal): -3300979 or 9281997. OLE color: 9281997.

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

Color convert

RGB205161141-
CMYK00.210.310.20
HSL18.75º39.02%67.84%-
HSV(B)18.75º31.22%80.39%-
XYZ42.7340.3930.74-
YUV171.88110.58151.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=40.43%
G=31.76%
B=27.81%

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
Decimal20516114100.210.310.2018.7539.0267.84
HexCDA18D0151F14132744
Octal31524121502537242347104
Binary1100110110100001100011010101011111110100100111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA18D; }

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

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

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

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

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

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

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

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