Html Css Color HEX #CEBDAC Soft Amber

📋 copy color: '#CEBDAC'

red 206 ◦ green 189 ◦ blue 172

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

Shades of Soft Amber #CEBDAC

Tints of Soft Amber #CEBDAC

RGB

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

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

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

R = 36.33%
G = 33.33%
B = 30.34%

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

#CEBDAC (or 0xCEBDAC) is known color: Soft Amber. HEX triplet: CE, BD and AC. RGB value is (206,189,172). Sum of RGB (Red+Green+Blue) = 206+189+172=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDAC is #314253. Grayscale: #C0C0C0. Windows color (decimal): -3228244 or 11320782. OLE color: 11320782.

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

Color convert

RGB 206 189 172 -
CMYK 0 0.08 0.17 0.19
HSL 30º 0.26% 0.74% -
HSV(B) 30º 0.17% 0.81% -
XYZ 51.1 52.5 46.47 -
YUV 192.15 116.63 137.88 -
System Red Green Blue C M Y K H S L
Decimal 206 189 172 0 0.08 0.17 0.19 30 0.26 0.74
Hex CE BD AC 0 8 11 13 1E 1A 4A
Octal 316 275 254 0 10 21 23 36 32 112
Binary 11001110 10111101 10101100 0 1000 10001 10011 11110 11010 1001010

Color Harmonies of #CEBDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBDAC

Black with #CEBDAC

Text Example


Text Example

White with #CEBDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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