#CDAA98

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

Shades of Cashmere #CDAA98

Tints of Cashmere #CDAA98

Color information

#CDAA98 (or 0xCDAA98) is unknown color: approx Cashmere. HEX triplet: CD, AA and 98. RGB value is (205,170,152). Sum of RGB (Red+Green+Blue) = 205+170+152=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAA98 is #325567. Grayscale: #B2B2B2. Windows color (decimal): -3298664 or 10005197. OLE color: 10005197.

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

Color convert

RGB205170152-
CMYK00.170.260.20
HSL20.38º34.64%70%-
HSV(B)20.38º25.85%80.39%-
XYZ45.224435.81-
YUV178.41113.1146.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=38.90%
G=32.26%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517015200.170.260.2020.3834.6470
HexCDAA980111A14142346
Octal31525223002132242443106
Binary1100110110101010100110000100011101010100101001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA98; }

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

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

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

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

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

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

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

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