#CDAD98

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

Shades of Cashmere #CDAD98

Tints of Cashmere #CDAD98

Color information

#CDAD98 (or 0xCDAD98) is unknown color: approx Cashmere. HEX triplet: CD, AD and 98. RGB value is (205,173,152). Sum of RGB (Red+Green+Blue) = 205+173+152=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAD98 is #325267. Grayscale: #B4B4B4. Windows color (decimal): -3297896 or 10005965. OLE color: 10005965.

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

Color convert

RGB205173152-
CMYK00.160.260.20
HSL23.77º34.64%70%-
HSV(B)23.77º25.85%80.39%-
XYZ45.7945.1336-
YUV180.17112.1145.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 152 (59.77% from 255) = 28.68%
R=38.68%
G=32.64%
B=28.68%

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
Decimal20517315200.160.260.2023.7734.6470
HexCDAD980101A14182346
Octal31525523002032243043106
Binary1100110110101101100110000100001101010100110001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD98; }

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

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

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

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

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

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

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

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