#CDAB92

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

Shades of Cashmere #CDAB92

Tints of Cashmere #CDAB92

Color information

#CDAB92 (or 0xCDAB92) is unknown color: approx Cashmere. HEX triplet: CD, AB and 92. RGB value is (205,171,146). Sum of RGB (Red+Green+Blue) = 205+171+146=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAB92 is #32546D. Grayscale: #B2B2B2. Windows color (decimal): -3298414 or 9612237. OLE color: 9612237.

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

Color convert

RGB205171146-
CMYK00.170.290.20
HSL25.42º37.11%68.82%-
HSV(B)25.42º28.78%80.39%-
XYZ44.9344.1833.35-
YUV178.32109.76147.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=39.27%
G=32.76%
B=27.97%

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
Decimal20517114600.170.290.2025.4237.1168.82
HexCDAB920111D14192545
Octal31525322202135243145105
Binary1100110110101011100100100100011110110100110011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB92; }

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

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

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

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

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

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

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

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