#CCAC94

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

Shades of Cashmere #CCAC94

Tints of Cashmere #CCAC94

Color information

#CCAC94 (or 0xCCAC94) is unknown color: approx Cashmere. HEX triplet: CC, AC and 94. RGB value is (204,172,148). Sum of RGB (Red+Green+Blue) = 204+172+148=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC94 is #33536B. Grayscale: #B2B2B2. Windows color (decimal): -3363692 or 9743564. OLE color: 9743564.

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

Color convert

RGB204172148-
CMYK00.160.270.2
HSL25.71º35.44%69.02%-
HSV(B)25.71º27.45%80%-
XYZ4544.4834.23-
YUV178.83110.6145.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 148 (58.20% from 255) = 28.24%
R=38.93%
G=32.82%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417214800.160.270.225.7135.4469.02
HexCCAC940101B141a2345
Octal31425422402033243243105
Binary1100110010101100100101000100001101110100110101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC94; }

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

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

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

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

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

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

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

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