#CDAB96

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

Shades of Cashmere #CDAB96

Tints of Cashmere #CDAB96

Color information

#CDAB96 (or 0xCDAB96) is unknown color: approx Cashmere. HEX triplet: CD, AB and 96. RGB value is (205,171,150). Sum of RGB (Red+Green+Blue) = 205+171+150=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAB96 is #325469. Grayscale: #B2B2B2. Windows color (decimal): -3298410 or 9874381. OLE color: 9874381.

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

Color convert

RGB205171150-
CMYK00.170.270.20
HSL22.91º35.48%69.61%-
HSV(B)22.91º26.83%80.39%-
XYZ45.2444.3135.02-
YUV178.77111.76146.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 150 (58.98% from 255) = 28.52%
R=38.97%
G=32.51%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517115000.170.270.2022.9135.4869.61
HexCDAB960111B14172346
Octal31525322602133242743106
Binary1100110110101011100101100100011101110100101111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB96; }

 p { color: rgb(205,171,150); }

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

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

 a { background-color: rgb(205,171,150); }

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

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

 span { border-color: rgb(205,171,150); }

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