Html Css Color HEX #CEBFAD Soft Amber

📋 copy color: '#CEBFAD'

red 206 ◦ green 191 ◦ blue 173

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

Shades of Soft Amber #CEBFAD

Tints of Soft Amber #CEBFAD

RGB

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

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

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

R = 36.14%
G = 33.51%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEBFAD (or 0xCEBFAD) is known color: Soft Amber. HEX triplet: CE, BF and AD. RGB value is (206,191,173). Sum of RGB (Red+Green+Blue) = 206+191+173=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBFAD is #314052. Grayscale: #C1C1C1. Windows color (decimal): -3227731 or 11386830. OLE color: 11386830.

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

Color convert

RGB 206 191 173 -
CMYK 0 0.07 0.16 0.19
HSL 32.73º 0.25% 0.74% -
HSV(B) 32.73º 0.16% 0.81% -
XYZ 51.63 53.4 47.12 -
YUV 193.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 206 191 173 0 0.07 0.16 0.19 32.73 0.25 0.74
Hex CE BF AD 0 7 10 13 21 19 4A
Octal 316 277 255 0 7 20 23 41 31 112
Binary 11001110 10111111 10101101 0 111 10000 10011 100001 11001 1001010

Color Harmonies of #CEBFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBFAD

Black with #CEBFAD

Text Example


Text Example

White with #CEBFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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