Html Css Color HEX #CCC0AA Soft Amber

📋 copy color: '#CCC0AA'

red 204 ◦ green 192 ◦ blue 170

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

Shades of Soft Amber #CCC0AA

Tints of Soft Amber #CCC0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.04%

R = 36.04%
G = 33.92%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCC0AA (or 0xCCC0AA) is known color: Soft Amber. HEX triplet: CC, C0 and AA. RGB value is (204,192,170). Sum of RGB (Red+Green+Blue) = 204+192+170=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0AA is #333F55. Grayscale: #C1C1C1. Windows color (decimal): -3358550 or 11190476. OLE color: 11190476.

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

Color convert

RGB 204 192 170 -
CMYK 0 0.06 0.17 0.2
HSL 38.82º 0.25% 0.73% -
HSV(B) 38.82º 0.17% 0.8% -
XYZ 51.01 53.44 45.66 -
YUV 193.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 204 192 170 0 0.06 0.17 0.2 38.82 0.25 0.73
Hex CC C0 AA 0 6 11 14 27 19 49
Octal 314 300 252 0 6 21 24 47 31 111
Binary 11001100 11000000 10101010 0 110 10001 10100 100111 11001 1001001

Color Harmonies of #CCC0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0AA

Black with #CCC0AA

Text Example


Text Example

White with #CCC0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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