Html Css Color HEX #CEC0AD Soft Amber

📋 copy color: '#CEC0AD'

red 206 ◦ green 192 ◦ blue 173

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

Shades of Soft Amber #CEC0AD

Tints of Soft Amber #CEC0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.3%

R = 36.08%
G = 33.63%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEC0AD (or 0xCEC0AD) is known color: Soft Amber. HEX triplet: CE, C0 and AD. RGB value is (206,192,173). Sum of RGB (Red+Green+Blue) = 206+192+173=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC0AD is #313F52. Grayscale: #C2C2C2. Windows color (decimal): -3227475 or 11387086. OLE color: 11387086.

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

Color convert

RGB 206 192 173 -
CMYK 0 0.07 0.16 0.19
HSL 34.55º 0.25% 0.74% -
HSV(B) 34.55º 0.16% 0.81% -
XYZ 51.85 53.84 47.19 -
YUV 194.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 206 192 173 0 0.07 0.16 0.19 34.55 0.25 0.74
Hex CE C0 AD 0 7 10 13 23 19 4A
Octal 316 300 255 0 7 20 23 43 31 112
Binary 11001110 11000000 10101101 0 111 10000 10011 100011 11001 1001010

Color Harmonies of #CEC0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC0AD

Black with #CEC0AD

Text Example


Text Example

White with #CEC0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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