Html Css Color HEX #CCC0AC Soft Amber

📋 copy color: '#CCC0AC'

red 204 ◦ green 192 ◦ blue 172

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

Shades of Soft Amber #CCC0AC

Tints of Soft Amber #CCC0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.8%

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

R = 35.92%
G = 33.8%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCC0AC (or 0xCCC0AC) is known color: Soft Amber. HEX triplet: CC, C0 and AC. RGB value is (204,192,172). Sum of RGB (Red+Green+Blue) = 204+192+172=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0AC is #333F53. Grayscale: #C1C1C1. Windows color (decimal): -3358548 or 11321548. OLE color: 11321548.

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

Color convert

RGB 204 192 172 -
CMYK 0 0.06 0.16 0.2
HSL 37.5º 0.24% 0.74% -
HSV(B) 37.5º 0.16% 0.8% -
XYZ 51.2 53.52 46.66 -
YUV 193.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 204 192 172 0 0.06 0.16 0.2 37.5 0.24 0.74
Hex CC C0 AC 0 6 10 14 26 18 4A
Octal 314 300 254 0 6 20 24 46 30 112
Binary 11001100 11000000 10101100 0 110 10000 10100 100110 11000 1001010

Color Harmonies of #CCC0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0AC

Black with #CCC0AC

Text Example


Text Example

White with #CCC0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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