#CCAF93

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

Shades of Cashmere #CCAF93

Tints of Cashmere #CCAF93

Color information

#CCAF93 (or 0xCCAF93) is unknown color: approx Cashmere. HEX triplet: CC, AF and 93. RGB value is (204,175,147). Sum of RGB (Red+Green+Blue) = 204+175+147=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF93 is #33506C. Grayscale: #B4B4B4. Windows color (decimal): -3362925 or 9678796. OLE color: 9678796.

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

Color convert

RGB204175147-
CMYK00.140.280.2
HSL29.47º35.85%68.82%-
HSV(B)29.47º27.94%80%-
XYZ45.545.634.01-
YUV180.48109.11144.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 147 (57.81% from 255) = 27.95%
R=38.78%
G=33.27%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417514700.140.280.229.4735.8568.82
HexCCAF930E1C141d2445
Octal31425722301634243544105
Binary110011001010111110010011011101110010100111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF93; }

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

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

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

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

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

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

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

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