#CDAD93

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

Shades of Cashmere #CDAD93

Tints of Cashmere #CDAD93

Color information

#CDAD93 (or 0xCDAD93) is unknown color: approx Cashmere. HEX triplet: CD, AD and 93. RGB value is (205,173,147). Sum of RGB (Red+Green+Blue) = 205+173+147=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAD93 is #32526C. Grayscale: #B3B3B3. Windows color (decimal): -3297901 or 9678285. OLE color: 9678285.

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

Color convert

RGB205173147-
CMYK00.160.280.20
HSL26.9º36.71%69.02%-
HSV(B)26.9º28.29%80.39%-
XYZ45.3944.9733.89-
YUV179.6109.6146.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 147 (57.81% from 255) = 28%
R=39.05%
G=32.95%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517314700.160.280.2026.936.7169.02
HexCDAD930101C141b2545
Octal31525522302034243345105
Binary1100110110101101100100110100001110010100110111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD93; }

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

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

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

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

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

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

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

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