Html Css Color HEX #CEC0A8 Soft Amber

📋 copy color: '#CEC0A8'

red 206 ◦ green 192 ◦ blue 168

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

Shades of Soft Amber #CEC0A8

Tints of Soft Amber #CEC0A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.68%

R = 36.4%
G = 33.92%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CEC0A8 (or 0xCEC0A8) is known color: Soft Amber. HEX triplet: CE, C0 and A8. RGB value is (206,192,168). Sum of RGB (Red+Green+Blue) = 206+192+168=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC0A8 is #313F57. Grayscale: #C1C1C1. Windows color (decimal): -3227480 or 11059406. OLE color: 11059406.

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

Color convert

RGB 206 192 168 -
CMYK 0 0.07 0.18 0.19
HSL 37.89º 0.28% 0.73% -
HSV(B) 37.89º 0.18% 0.81% -
XYZ 51.37 53.65 44.69 -
YUV 193.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 206 192 168 0 0.07 0.18 0.19 37.89 0.28 0.73
Hex CE C0 A8 0 7 12 13 26 1C 49
Octal 316 300 250 0 7 22 23 46 34 111
Binary 11001110 11000000 10101000 0 111 10010 10011 100110 11100 1001001

Color Harmonies of #CEC0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC0A8

Black with #CEC0A8

Text Example


Text Example

White with #CEC0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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