#CDAC98

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

Shades of Cashmere #CDAC98

Tints of Cashmere #CDAC98

Color information

#CDAC98 (or 0xCDAC98) is unknown color: approx Cashmere. HEX triplet: CD, AC and 98. RGB value is (205,172,152). Sum of RGB (Red+Green+Blue) = 205+172+152=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAC98 is #325367. Grayscale: #B3B3B3. Windows color (decimal): -3298152 or 10005709. OLE color: 10005709.

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

Color convert

RGB205172152-
CMYK00.160.260.20
HSL22.64º34.64%70%-
HSV(B)22.64º25.85%80.39%-
XYZ45.644.7535.94-
YUV179.59112.43146.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=38.75%
G=32.51%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517215200.160.260.2022.6434.6470
HexCDAC980101A14172346
Octal31525423002032242743106
Binary1100110110101100100110000100001101010100101111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAC98; }

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

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

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

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

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

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

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

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