#CDA993

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

Shades of Cashmere #CDA993

Tints of Cashmere #CDA993

Color information

#CDA993 (or 0xCDA993) is unknown color: approx Cashmere. HEX triplet: CD, A9 and 93. RGB value is (205,169,147). Sum of RGB (Red+Green+Blue) = 205+169+147=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA993 is #32566C. Grayscale: #B1B1B1. Windows color (decimal): -3298925 or 9677261. OLE color: 9677261.

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

Color convert

RGB205169147-
CMYK00.180.280.20
HSL22.76º36.71%69.02%-
HSV(B)22.76º28.29%80.39%-
XYZ44.6343.4633.64-
YUV177.26110.93147.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 169 (66.41% from 255) = 32.44%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=39.35%
G=32.44%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516914700.180.280.2022.7636.7169.02
HexCDA9930121C14172545
Octal31525122302234242745105
Binary1100110110101001100100110100101110010100101111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA993; }

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

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

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

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

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

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

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

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