Html Css Color HEX #CEC1AD Soft Amber

📋 copy color: '#CEC1AD'

red 206 ◦ green 193 ◦ blue 173

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

Shades of Soft Amber #CEC1AD

Tints of Soft Amber #CEC1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.74%

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

R = 36.01%
G = 33.74%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEC1AD (or 0xCEC1AD) is known color: Soft Amber. HEX triplet: CE, C1 and AD. RGB value is (206,193,173). Sum of RGB (Red+Green+Blue) = 206+193+173=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC1AD is #313E52. Grayscale: #C2C2C2. Windows color (decimal): -3227219 or 11387342. OLE color: 11387342.

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

Color convert

RGB 206 193 173 -
CMYK 0 0.06 0.16 0.19
HSL 36.36º 0.25% 0.74% -
HSV(B) 36.36º 0.16% 0.81% -
XYZ 52.07 54.28 47.27 -
YUV 194.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 206 193 173 0 0.06 0.16 0.19 36.36 0.25 0.74
Hex CE C1 AD 0 6 10 13 24 19 4A
Octal 316 301 255 0 6 20 23 44 31 112
Binary 11001110 11000001 10101101 0 110 10000 10011 100100 11001 1001010

Color Harmonies of #CEC1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC1AD

Black with #CEC1AD

Text Example


Text Example

White with #CEC1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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