Html Css Color HEX #CEBB9F Soft Amber

📋 copy color: '#CEBB9F'

red 206 ◦ green 187 ◦ blue 159

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

Shades of Soft Amber #CEBB9F

Tints of Soft Amber #CEBB9F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.88%

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

R = 37.32%
G = 33.88%
B = 28.8%

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

#CEBB9F (or 0xCEBB9F) is known color: Soft Amber. HEX triplet: CE, BB and 9F. RGB value is (206,187,159). Sum of RGB (Red+Green+Blue) = 206+187+159=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB9F is #314460. Grayscale: #BDBDBD. Windows color (decimal): -3228769 or 10468302. OLE color: 10468302.

HSL color Cylindrical-coordinate representation of color #CEBB9F: hue angle of 35.74º 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 #CEBB9F is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 187 159 -
CMYK 0 0.09 0.23 0.19
HSL 35.74º 0.32% 0.72% -
HSV(B) 35.74º 0.23% 0.81% -
XYZ 49.48 51.17 40.07 -
YUV 189.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 206 187 159 0 0.09 0.23 0.19 35.74 0.32 0.72
Hex CE BB 9F 0 9 17 13 24 20 48
Octal 316 273 237 0 11 27 23 44 40 110
Binary 11001110 10111011 10011111 0 1001 10111 10011 100100 100000 1001000

Color Harmonies of #CEBB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB9F

Black with #CEBB9F

Text Example


Text Example

White with #CEBB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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