#CCAD95

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

Shades of Cashmere #CCAD95

Tints of Cashmere #CCAD95

Color information

#CCAD95 (or 0xCCAD95) is unknown color: approx Cashmere. HEX triplet: CC, AD and 95. RGB value is (204,173,149). Sum of RGB (Red+Green+Blue) = 204+173+149=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD95 is #33526A. Grayscale: #B3B3B3. Windows color (decimal): -3363435 or 9809356. OLE color: 9809356.

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

Color convert

RGB204173149-
CMYK00.150.270.2
HSL26.18º35.03%69.22%-
HSV(B)26.18º26.96%80%-
XYZ45.2744.8934.71-
YUV179.53110.77145.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=38.78%
G=32.89%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417314900.150.270.226.1835.0369.22
HexCCAD950F1B141a2345
Octal31425522501733243243105
Binary110011001010110110010101011111101110100110101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD95; }

 p { color: rgb(204,173,149); }

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

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

 a { background-color: rgb(204,173,149); }

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

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

 span { border-color: rgb(204,173,149); }

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