Html Css Color HEX #CEBC9E Soft Amber

📋 copy color: '#CEBC9E'

red 206 ◦ green 188 ◦ blue 158

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

Shades of Soft Amber #CEBC9E

Tints of Soft Amber #CEBC9E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.06%

 BLUE value IS 158 (62.11% from 255) = 28.62%

R = 37.32%
G = 34.06%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CEBC9E (or 0xCEBC9E) is known color: Soft Amber. HEX triplet: CE, BC and 9E. RGB value is (206,188,158). Sum of RGB (Red+Green+Blue) = 206+188+158=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC9E is #314361. Grayscale: #BEBEBE. Windows color (decimal): -3228514 or 10403022. OLE color: 10403022.

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

Color convert

RGB 206 188 158 -
CMYK 0 0.09 0.23 0.19
HSL 37.5º 0.33% 0.71% -
HSV(B) 37.5º 0.23% 0.81% -
XYZ 49.61 51.56 39.68 -
YUV 189.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 206 188 158 0 0.09 0.23 0.19 37.5 0.33 0.71
Hex CE BC 9E 0 9 17 13 26 21 47
Octal 316 274 236 0 11 27 23 46 41 107
Binary 11001110 10111100 10011110 0 1001 10111 10011 100110 100001 1000111

Color Harmonies of #CEBC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC9E

Black with #CEBC9E

Text Example


Text Example

White with #CEBC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC9E; }

 p { color: rgb(206,188,158); }

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

background-color css

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

 a { background-color: rgb(206,188,158); }

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

border-color css

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

 span { border-color: rgb(206,188,158); }

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