Html Css Color HEX #CEC2AC Soft Amber

📋 copy color: '#CEC2AC'

red 206 ◦ green 194 ◦ blue 172

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

Shades of Soft Amber #CEC2AC

Tints of Soft Amber #CEC2AC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.92%

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

R = 36.01%
G = 33.92%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CEC2AC (or 0xCEC2AC) is known color: Soft Amber. HEX triplet: CE, C2 and AC. RGB value is (206,194,172). Sum of RGB (Red+Green+Blue) = 206+194+172=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC2AC is #313D53. Grayscale: #C3C3C3. Windows color (decimal): -3226964 or 11322062. OLE color: 11322062.

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

Color convert

RGB 206 194 172 -
CMYK 0 0.06 0.17 0.19
HSL 38.82º 0.26% 0.74% -
HSV(B) 38.82º 0.17% 0.81% -
XYZ 52.19 54.68 46.83 -
YUV 195.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 206 194 172 0 0.06 0.17 0.19 38.82 0.26 0.74
Hex CE C2 AC 0 6 11 13 27 1A 4A
Octal 316 302 254 0 6 21 23 47 32 112
Binary 11001110 11000010 10101100 0 110 10001 10011 100111 11010 1001010

Color Harmonies of #CEC2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC2AC

Black with #CEC2AC

Text Example


Text Example

White with #CEC2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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