#CDAE98

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

Shades of Cashmere #CDAE98

Tints of Cashmere #CDAE98

Color information

#CDAE98 (or 0xCDAE98) is unknown color: approx Cashmere. HEX triplet: CD, AE and 98. RGB value is (205,174,152). Sum of RGB (Red+Green+Blue) = 205+174+152=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAE98 is #325167. Grayscale: #B4B4B4. Windows color (decimal): -3297640 or 10006221. OLE color: 10006221.

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

Color convert

RGB205174152-
CMYK00.150.260.20
HSL24.91º34.64%70%-
HSV(B)24.91º25.85%80.39%-
XYZ45.9845.5236.07-
YUV180.76111.77145.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=38.61%
G=32.77%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517415200.150.260.2024.9134.6470
HexCDAE980F1A14192346
Octal31525623001732243143106
Binary110011011010111010011000011111101010100110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE98; }

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

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

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

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

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

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

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

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