#CDAC90

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

Shades of Cashmere #CDAC90

Tints of Cashmere #CDAC90

Color information

#CDAC90 (or 0xCDAC90) is unknown color: approx Cashmere. HEX triplet: CD, AC and 90. RGB value is (205,172,144). Sum of RGB (Red+Green+Blue) = 205+172+144=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAC90 is #32536F. Grayscale: #B2B2B2. Windows color (decimal): -3298160 or 9481421. OLE color: 9481421.

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

Color convert

RGB205172144-
CMYK00.160.300.20
HSL27.54º37.89%68.43%-
HSV(B)27.54º29.76%80.39%-
XYZ44.9644.532.6-
YUV178.68108.43146.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 144 (56.64% from 255) = 27.64%
R=39.35%
G=33.01%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517214400.160.300.2027.5437.8968.43
HexCDAC900101E141c2644
Octal31525422002036243446104
Binary1100110110101100100100000100001111010100111001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAC90; }

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

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

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

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

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

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

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

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