#CCAD93

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

Shades of Cashmere #CCAD93

Tints of Cashmere #CCAD93

Color information

#CCAD93 (or 0xCCAD93) is unknown color: approx Cashmere. HEX triplet: CC, AD and 93. RGB value is (204,173,147). Sum of RGB (Red+Green+Blue) = 204+173+147=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD93 is #33526C. Grayscale: #B3B3B3. Windows color (decimal): -3363437 or 9678284. OLE color: 9678284.

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

Color convert

RGB204173147-
CMYK00.150.280.2
HSL27.37º35.85%68.82%-
HSV(B)27.37º27.94%80%-
XYZ45.1144.8333.88-
YUV179.3109.77145.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 147 (57.81% from 255) = 28.05%
R=38.93%
G=33.02%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417314700.150.280.227.3735.8568.82
HexCCAD930F1C141b2445
Octal31425522301734243344105
Binary110011001010110110010011011111110010100110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD93; }

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

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

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

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

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

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

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

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