Html Css Color HEX #CEBDAD Soft Amber

📋 copy color: '#CEBDAD'

red 206 ◦ green 189 ◦ blue 173

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

Shades of Soft Amber #CEBDAD

Tints of Soft Amber #CEBDAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.46%

R = 36.27%
G = 33.27%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEBDAD (or 0xCEBDAD) is known color: Soft Amber. HEX triplet: CE, BD and AD. RGB value is (206,189,173). Sum of RGB (Red+Green+Blue) = 206+189+173=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDAD is #314252. Grayscale: #C0C0C0. Windows color (decimal): -3228243 or 11386318. OLE color: 11386318.

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

Color convert

RGB 206 189 173 -
CMYK 0 0.08 0.16 0.19
HSL 29.09º 0.25% 0.74% -
HSV(B) 29.09º 0.16% 0.81% -
XYZ 51.19 52.53 46.98 -
YUV 192.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 206 189 173 0 0.08 0.16 0.19 29.09 0.25 0.74
Hex CE BD AD 0 8 10 13 1D 19 4A
Octal 316 275 255 0 10 20 23 35 31 112
Binary 11001110 10111101 10101101 0 1000 10000 10011 11101 11001 1001010

Color Harmonies of #CEBDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBDAD

Black with #CEBDAD

Text Example


Text Example

White with #CEBDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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