#CCC1AF

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

Shades of Soft Amber #CCC1AF

Tints of Soft Amber #CCC1AF

Color information

#CCC1AF (or 0xCCC1AF) is unknown color: approx Soft Amber. HEX triplet: CC, C1 and AF. RGB value is (204,193,175). Sum of RGB (Red+Green+Blue) = 204+193+175=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC1AF is #333E50. Grayscale: #C2C2C2. Windows color (decimal): -3358289 or 11518412. OLE color: 11518412.

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

Color convert

RGB204193175-
CMYK00.050.140.2
HSL37.24º22.14%74.31%-
HSV(B)37.24º14.22%80%-
XYZ51.7154.0748.27-
YUV194.24117.14134.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 193 (75.78% from 255) = 33.74%
BLUE value IS 175 (68.75% from 255) = 30.59%
R=35.66%
G=33.74%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419317500.050.140.237.2422.1474.31
HexCCC1AF05E1425164a
Octal3143012570516244526112
Binary1100110011000001101011110101111010100100101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1AF; }

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

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

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

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

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

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

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

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