#CDAB91

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

Shades of Cashmere #CDAB91

Tints of Cashmere #CDAB91

Color information

#CDAB91 (or 0xCDAB91) is unknown color: approx Cashmere. HEX triplet: CD, AB and 91. RGB value is (205,171,145). Sum of RGB (Red+Green+Blue) = 205+171+145=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAB91 is #32546E. Grayscale: #B2B2B2. Windows color (decimal): -3298415 or 9546701. OLE color: 9546701.

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

Color convert

RGB205171145-
CMYK00.170.290.20
HSL26º37.5%68.63%-
HSV(B)26º29.27%80.39%-
XYZ44.8544.1532.95-
YUV178.2109.26147.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 145 (57.03% from 255) = 27.83%
R=39.35%
G=32.82%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517114500.170.290.202637.568.63
HexCDAB910111D141a2645
Octal31525322102135243246105
Binary1100110110101011100100010100011110110100110101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB91; }

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

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

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

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

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

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

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

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