Html Css Color HEX #CEBC9F Soft Amber

📋 copy color: '#CEBC9F'

red 206 ◦ green 188 ◦ blue 159

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

Shades of Soft Amber #CEBC9F

Tints of Soft Amber #CEBC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.75%

R = 37.25%
G = 34%
B = 28.75%

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

#CEBC9F (or 0xCEBC9F) is known color: Soft Amber. HEX triplet: CE, BC and 9F. RGB value is (206,188,159). Sum of RGB (Red+Green+Blue) = 206+188+159=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC9F is #314360. Grayscale: #BEBEBE. Windows color (decimal): -3228513 or 10468558. OLE color: 10468558.

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

Color convert

RGB 206 188 159 -
CMYK 0 0.09 0.23 0.19
HSL 37.02º 0.32% 0.72% -
HSV(B) 37.02º 0.23% 0.81% -
XYZ 49.69 51.59 40.14 -
YUV 190.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 206 188 159 0 0.09 0.23 0.19 37.02 0.32 0.72
Hex CE BC 9F 0 9 17 13 25 20 48
Octal 316 274 237 0 11 27 23 45 40 110
Binary 11001110 10111100 10011111 0 1001 10111 10011 100101 100000 1001000

Color Harmonies of #CEBC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC9F

Black with #CEBC9F

Text Example


Text Example

White with #CEBC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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