Html Css Color HEX #CEBFAA Soft Amber

📋 copy color: '#CEBFAA'

red 206 ◦ green 191 ◦ blue 170

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

Shades of Soft Amber #CEBFAA

Tints of Soft Amber #CEBFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.98%

R = 36.33%
G = 33.69%
B = 29.98%

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

#CEBFAA (or 0xCEBFAA) is known color: Soft Amber. HEX triplet: CE, BF and AA. RGB value is (206,191,170). Sum of RGB (Red+Green+Blue) = 206+191+170=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBFAA is #314055. Grayscale: #C1C1C1. Windows color (decimal): -3227734 or 11190222. OLE color: 11190222.

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

Color convert

RGB 206 191 170 -
CMYK 0 0.07 0.17 0.19
HSL 35º 0.27% 0.74% -
HSV(B) 35º 0.17% 0.81% -
XYZ 51.34 53.29 45.61 -
YUV 193.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 206 191 170 0 0.07 0.17 0.19 35 0.27 0.74
Hex CE BF AA 0 7 11 13 23 1B 4A
Octal 316 277 252 0 7 21 23 43 33 112
Binary 11001110 10111111 10101010 0 111 10001 10011 100011 11011 1001010

Color Harmonies of #CEBFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBFAA

Black with #CEBFAA

Text Example


Text Example

White with #CEBFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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