Html Css Color HEX #CEC1AA Soft Amber

📋 copy color: '#CEC1AA'

red 206 ◦ green 193 ◦ blue 170

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

Shades of Soft Amber #CEC1AA

Tints of Soft Amber #CEC1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.88%

R = 36.2%
G = 33.92%
B = 29.88%

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

#CEC1AA (or 0xCEC1AA) is known color: Soft Amber. HEX triplet: CE, C1 and AA. RGB value is (206,193,170). Sum of RGB (Red+Green+Blue) = 206+193+170=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC1AA is #313E55. Grayscale: #C2C2C2. Windows color (decimal): -3227222 or 11190734. OLE color: 11190734.

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

Color convert

RGB 206 193 170 -
CMYK 0 0.06 0.17 0.19
HSL 38.33º 0.27% 0.74% -
HSV(B) 38.33º 0.17% 0.81% -
XYZ 51.78 54.16 45.76 -
YUV 194.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 206 193 170 0 0.06 0.17 0.19 38.33 0.27 0.74
Hex CE C1 AA 0 6 11 13 26 1B 4A
Octal 316 301 252 0 6 21 23 46 33 112
Binary 11001110 11000001 10101010 0 110 10001 10011 100110 11011 1001010

Color Harmonies of #CEC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC1AA

Black with #CEC1AA

Text Example


Text Example

White with #CEC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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