#CCAD94

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

Shades of Cashmere #CCAD94

Tints of Cashmere #CCAD94

Color information

#CCAD94 (or 0xCCAD94) is unknown color: approx Cashmere. HEX triplet: CC, AD and 94. RGB value is (204,173,148). Sum of RGB (Red+Green+Blue) = 204+173+148=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD94 is #33526B. Grayscale: #B3B3B3. Windows color (decimal): -3363436 or 9743820. OLE color: 9743820.

HSL color Cylindrical-coordinate representation of color #CCAD94: hue angle of 26.79º 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 #CCAD94 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204173148-
CMYK00.150.270.2
HSL26.79º35.44%69.02%-
HSV(B)26.79º27.45%80%-
XYZ45.1944.8634.29-
YUV179.42110.27145.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=38.86%
G=32.95%
B=28.19%

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
Decimal20417314800.150.270.226.7935.4469.02
HexCCAD940F1B141b2345
Octal31425522401733243343105
Binary110011001010110110010100011111101110100110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD94; }

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

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

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

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

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

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

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

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