#CDAD95

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

Shades of Cashmere #CDAD95

Tints of Cashmere #CDAD95

Color information

#CDAD95 (or 0xCDAD95) is unknown color: approx Cashmere. HEX triplet: CD, AD and 95. RGB value is (205,173,149). Sum of RGB (Red+Green+Blue) = 205+173+149=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAD95 is #32526A. Grayscale: #B3B3B3. Windows color (decimal): -3297899 or 9809357. OLE color: 9809357.

HSL color Cylindrical-coordinate representation of color #CDAD95: hue angle of 25.71º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDAD95 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB205173149-
CMYK00.160.270.20
HSL25.71º35.9%69.41%-
HSV(B)25.71º27.32%80.39%-
XYZ45.5545.0434.73-
YUV179.83110.6145.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 149 (58.59% from 255) = 28.27%
R=38.90%
G=32.83%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517314900.160.270.2025.7135.969.41
HexCDAD950101B141a2445
Octal31525522502033243244105
Binary1100110110101101100101010100001101110100110101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD95; }

 p { color: rgb(205,173,149); }

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

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

 a { background-color: rgb(205,173,149); }

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

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

 span { border-color: rgb(205,173,149); }

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