Html Css Color HEX #CCC1AC Soft Amber

📋 copy color: '#CCC1AC'

red 204 ◦ green 193 ◦ blue 172

#CCC1AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soft Amber #CCC1AC

Tints of Soft Amber #CCC1AC

RGB

 RED value IS 204 (80.08% from 255) = 35.85%

 GREEN value IS 193 (75.78% from 255) = 33.92%

 BLUE value IS 172 (67.58% from 255) = 30.23%

R = 35.85%
G = 33.92%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCC1AC (or 0xCCC1AC) is known color: Soft Amber. HEX triplet: CC, C1 and AC. RGB value is (204,193,172). Sum of RGB (Red+Green+Blue) = 204+193+172=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC1AC is #333E53. Grayscale: #C1C1C1. Windows color (decimal): -3358292 or 11321804. OLE color: 11321804.

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

Color convert

RGB 204 193 172 -
CMYK 0 0.05 0.16 0.2
HSL 39.38º 0.24% 0.74% -
HSV(B) 39.38º 0.16% 0.8% -
XYZ 51.42 53.96 46.73 -
YUV 193.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 204 193 172 0 0.05 0.16 0.2 39.38 0.24 0.74
Hex CC C1 AC 0 5 10 14 27 18 4A
Octal 314 301 254 0 5 20 24 47 30 112
Binary 11001100 11000001 10101100 0 101 10000 10100 100111 11000 1001010

Color Harmonies of #CCC1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1AC

Black with #CCC1AC

Text Example


Text Example

White with #CCC1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1AC; }

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

 H1.HeaderClassName
 {
   color: #CCC1AC;
 }
 .AnyTagClassName
 {
   color: #CCC1AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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