Html Css Color HEX #CEBCAC Soft Amber

📋 copy color: '#CEBCAC'

red 206 ◦ green 188 ◦ blue 172

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

Shades of Soft Amber #CEBCAC

Tints of Soft Amber #CEBCAC

RGB

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

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

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

R = 36.4%
G = 33.22%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CEBCAC (or 0xCEBCAC) is known color: Soft Amber. HEX triplet: CE, BC and AC. RGB value is (206,188,172). Sum of RGB (Red+Green+Blue) = 206+188+172=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBCAC is #314353. Grayscale: #BFBFBF. Windows color (decimal): -3228500 or 11320526. OLE color: 11320526.

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

Color convert

RGB 206 188 172 -
CMYK 0 0.09 0.17 0.19
HSL 28.24º 0.26% 0.74% -
HSV(B) 28.24º 0.17% 0.81% -
XYZ 50.88 52.07 46.4 -
YUV 191.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 206 188 172 0 0.09 0.17 0.19 28.24 0.26 0.74
Hex CE BC AC 0 9 11 13 1C 1A 4A
Octal 316 274 254 0 11 21 23 34 32 112
Binary 11001110 10111100 10101100 0 1001 10001 10011 11100 11010 1001010

Color Harmonies of #CEBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBCAC

Black with #CEBCAC

Text Example


Text Example

White with #CEBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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