#CCC0AF

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

Shades of Soft Amber #CCC0AF

Tints of Soft Amber #CCC0AF

Color information

#CCC0AF (or 0xCCC0AF) is unknown color: approx Soft Amber. HEX triplet: CC, C0 and AF. RGB value is (204,192,175). Sum of RGB (Red+Green+Blue) = 204+192+175=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0AF is #333F50. Grayscale: #C1C1C1. Windows color (decimal): -3358545 or 11518156. OLE color: 11518156.

HSL color Cylindrical-coordinate representation of color #CCC0AF: hue angle of 35.17º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC0AF is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204192175-
CMYK00.060.140.2
HSL35.17º22.14%74.31%-
HSV(B)35.17º14.22%80%-
XYZ51.4953.6348.2-
YUV193.65117.48135.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 175 (68.75% from 255) = 30.65%
R=35.73%
G=33.63%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419217500.060.140.235.1722.1474.31
HexCCC0AF06E1423164a
Octal3143002570616244326112
Binary1100110011000000101011110110111010100100011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0AF; }

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

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

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

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

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

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

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

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