Html Css Color HEX #CEC0AC Soft Amber

📋 copy color: '#CEC0AC'

red 206 ◦ green 192 ◦ blue 172

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

Shades of Soft Amber #CEC0AC

Tints of Soft Amber #CEC0AC

RGB

 RED value IS 206 (80.86% from 255) = 36.14%

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

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

R = 36.14%
G = 33.68%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CEC0AC (or 0xCEC0AC) is known color: Soft Amber. HEX triplet: CE, C0 and AC. RGB value is (206,192,172). Sum of RGB (Red+Green+Blue) = 206+192+172=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC0AC is #313F53. Grayscale: #C2C2C2. Windows color (decimal): -3227476 or 11321550. OLE color: 11321550.

HSL color Cylindrical-coordinate representation of color #CEC0AC: hue angle of 35.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC0AC is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 192 172 -
CMYK 0 0.07 0.17 0.19
HSL 35.29º 0.26% 0.74% -
HSV(B) 35.29º 0.17% 0.81% -
XYZ 51.75 53.8 46.69 -
YUV 193.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 206 192 172 0 0.07 0.17 0.19 35.29 0.26 0.74
Hex CE C0 AC 0 7 11 13 23 1A 4A
Octal 316 300 254 0 7 21 23 43 32 112
Binary 11001110 11000000 10101100 0 111 10001 10011 100011 11010 1001010

Color Harmonies of #CEC0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC0AC

Black with #CEC0AC

Text Example


Text Example

White with #CEC0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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