#CDAD92

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

Shades of Cashmere #CDAD92

Tints of Cashmere #CDAD92

Color information

#CDAD92 (or 0xCDAD92) is unknown color: approx Cashmere. HEX triplet: CD, AD and 92. RGB value is (205,173,146). Sum of RGB (Red+Green+Blue) = 205+173+146=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAD92 is #32526D. Grayscale: #B3B3B3. Windows color (decimal): -3297902 or 9612749. OLE color: 9612749.

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

Color convert

RGB205173146-
CMYK00.160.290.20
HSL27.46º37.11%68.82%-
HSV(B)27.46º28.78%80.39%-
XYZ45.3144.9433.48-
YUV179.49109.1146.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 146 (57.42% from 255) = 27.86%
R=39.12%
G=33.02%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517314600.160.290.2027.4637.1168.82
HexCDAD920101D141b2545
Octal31525522202035243345105
Binary1100110110101101100100100100001110110100110111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD92; }

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

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

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

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

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

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

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

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