Html Css Color HEX #CEBEAC Soft Amber

📋 copy color: '#CEBEAC'

red 206 ◦ green 190 ◦ blue 172

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

Shades of Soft Amber #CEBEAC

Tints of Soft Amber #CEBEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.45%

 BLUE value IS 172 (67.58% from 255) = 30.28%

R = 36.27%
G = 33.45%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CEBEAC (or 0xCEBEAC) is known color: Soft Amber. HEX triplet: CE, BE and AC. RGB value is (206,190,172). Sum of RGB (Red+Green+Blue) = 206+190+172=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBEAC is #314153. Grayscale: #C0C0C0. Windows color (decimal): -3227988 or 11321038. OLE color: 11321038.

HSL color Cylindrical-coordinate representation of color #CEBEAC: hue angle of 31.76º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEBEAC is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 190 172 -
CMYK 0 0.08 0.17 0.19
HSL 31.76º 0.26% 0.74% -
HSV(B) 31.76º 0.17% 0.81% -
XYZ 51.31 52.93 46.54 -
YUV 192.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 206 190 172 0 0.08 0.17 0.19 31.76 0.26 0.74
Hex CE BE AC 0 8 11 13 20 1A 4A
Octal 316 276 254 0 10 21 23 40 32 112
Binary 11001110 10111110 10101100 0 1000 10001 10011 100000 11010 1001010

Color Harmonies of #CEBEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBEAC

Black with #CEBEAC

Text Example


Text Example

White with #CEBEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBEAC; }

 p { color: rgb(206,190,172); }

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

background-color css

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

 a { background-color: rgb(206,190,172); }

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

border-color css

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

 span { border-color: rgb(206,190,172); }

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