Html Css Color HEX #CEC2AE Soft Amber

📋 copy color: '#CEC2AE'

red 206 ◦ green 194 ◦ blue 174

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

Shades of Soft Amber #CEC2AE

Tints of Soft Amber #CEC2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.31%

R = 35.89%
G = 33.8%
B = 30.31%

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

#CEC2AE (or 0xCEC2AE) is known color: Soft Amber. HEX triplet: CE, C2 and AE. RGB value is (206,194,174). Sum of RGB (Red+Green+Blue) = 206+194+174=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC2AE is #313D51. Grayscale: #C3C3C3. Windows color (decimal): -3226962 or 11453134. OLE color: 11453134.

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

Color convert

RGB 206 194 174 -
CMYK 0 0.06 0.16 0.19
HSL 37.5º 0.25% 0.75% -
HSV(B) 37.5º 0.16% 0.81% -
XYZ 52.39 54.76 47.85 -
YUV 195.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 206 194 174 0 0.06 0.16 0.19 37.5 0.25 0.75
Hex CE C2 AE 0 6 10 13 26 19 4B
Octal 316 302 256 0 6 20 23 46 31 113
Binary 11001110 11000010 10101110 0 110 10000 10011 100110 11001 1001011

Color Harmonies of #CEC2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC2AE

Black with #CEC2AE

Text Example


Text Example

White with #CEC2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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