Html Css Color HEX #CCC0AB Soft Amber

📋 copy color: '#CCC0AB'

red 204 ◦ green 192 ◦ blue 171

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

Shades of Soft Amber #CCC0AB

Tints of Soft Amber #CCC0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.16%

R = 35.98%
G = 33.86%
B = 30.16%

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

#CCC0AB (or 0xCCC0AB) is known color: Soft Amber. HEX triplet: CC, C0 and AB. RGB value is (204,192,171). Sum of RGB (Red+Green+Blue) = 204+192+171=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0AB is #333F54. Grayscale: #C1C1C1. Windows color (decimal): -3358549 or 11256012. OLE color: 11256012.

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

Color convert

RGB 204 192 171 -
CMYK 0 0.06 0.16 0.2
HSL 38.18º 0.24% 0.74% -
HSV(B) 38.18º 0.16% 0.8% -
XYZ 51.1 53.48 46.16 -
YUV 193.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 204 192 171 0 0.06 0.16 0.2 38.18 0.24 0.74
Hex CC C0 AB 0 6 10 14 26 18 4A
Octal 314 300 253 0 6 20 24 46 30 112
Binary 11001100 11000000 10101011 0 110 10000 10100 100110 11000 1001010

Color Harmonies of #CCC0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0AB

Black with #CCC0AB

Text Example


Text Example

White with #CCC0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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