#CDAD9A

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

Shades of Cashmere #CDAD9A

Tints of Cashmere #CDAD9A

Color information

#CDAD9A (or 0xCDAD9A) is unknown color: approx Cashmere. HEX triplet: CD, AD and 9A. RGB value is (205,173,154). Sum of RGB (Red+Green+Blue) = 205+173+154=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAD9A is #325265. Grayscale: #B4B4B4. Windows color (decimal): -3297894 or 10137037. OLE color: 10137037.

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

Color convert

RGB205173154-
CMYK00.160.250.20
HSL22.35º33.77%70.39%-
HSV(B)22.35º24.88%80.39%-
XYZ45.9545.236.87-
YUV180.4113.1145.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 154 (60.55% from 255) = 28.95%
R=38.53%
G=32.52%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517315400.160.250.2022.3533.7770.39
HexCDAD9A0101914162246
Octal31525523202031242642106
Binary1100110110101101100110100100001100110100101101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD9A; }

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

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

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

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

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

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

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

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