Html Css Color HEX #CEBFAC Soft Amber

📋 copy color: '#CEBFAC'

red 206 ◦ green 191 ◦ blue 172

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

Shades of Soft Amber #CEBFAC

Tints of Soft Amber #CEBFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 33.57%

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

R = 36.2%
G = 33.57%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CEBFAC (or 0xCEBFAC) is known color: Soft Amber. HEX triplet: CE, BF and AC. RGB value is (206,191,172). Sum of RGB (Red+Green+Blue) = 206+191+172=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBFAC is #314053. Grayscale: #C1C1C1. Windows color (decimal): -3227732 or 11321294. OLE color: 11321294.

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

Color convert

RGB 206 191 172 -
CMYK 0 0.07 0.17 0.19
HSL 33.53º 0.26% 0.74% -
HSV(B) 33.53º 0.17% 0.81% -
XYZ 51.53 53.36 46.61 -
YUV 193.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 206 191 172 0 0.07 0.17 0.19 33.53 0.26 0.74
Hex CE BF AC 0 7 11 13 22 1A 4A
Octal 316 277 254 0 7 21 23 42 32 112
Binary 11001110 10111111 10101100 0 111 10001 10011 100010 11010 1001010

Color Harmonies of #CEBFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBFAC

Black with #CEBFAC

Text Example


Text Example

White with #CEBFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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