Html Css Color HEX #CEBD9F Soft Amber

📋 copy color: '#CEBD9F'

red 206 ◦ green 189 ◦ blue 159

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

Shades of Soft Amber #CEBD9F

Tints of Soft Amber #CEBD9F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.12%

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

R = 37.18%
G = 34.12%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CEBD9F (or 0xCEBD9F) is known color: Soft Amber. HEX triplet: CE, BD and 9F. RGB value is (206,189,159). Sum of RGB (Red+Green+Blue) = 206+189+159=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBD9F is #314260. Grayscale: #BEBEBE. Windows color (decimal): -3228257 or 10468814. OLE color: 10468814.

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

Color convert

RGB 206 189 159 -
CMYK 0 0.08 0.23 0.19
HSL 38.3º 0.32% 0.72% -
HSV(B) 38.3º 0.23% 0.81% -
XYZ 49.91 52.02 40.21 -
YUV 190.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 206 189 159 0 0.08 0.23 0.19 38.3 0.32 0.72
Hex CE BD 9F 0 8 17 13 26 20 48
Octal 316 275 237 0 10 27 23 46 40 110
Binary 11001110 10111101 10011111 0 1000 10111 10011 100110 100000 1001000

Color Harmonies of #CEBD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD9F

Black with #CEBD9F

Text Example


Text Example

White with #CEBD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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