Html Css Color HEX #CEBEA9 Soft Amber

📋 copy color: '#CEBEA9'

red 206 ◦ green 190 ◦ blue 169

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

Shades of Soft Amber #CEBEA9

Tints of Soft Amber #CEBEA9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.63%

 BLUE value IS 169 (66.41% from 255) = 29.91%

R = 36.46%
G = 33.63%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CEBEA9 (or 0xCEBEA9) is known color: Soft Amber. HEX triplet: CE, BE and A9. RGB value is (206,190,169). Sum of RGB (Red+Green+Blue) = 206+190+169=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBEA9 is #314156. Grayscale: #C0C0C0. Windows color (decimal): -3227991 or 11124430. OLE color: 11124430.

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

Color convert

RGB 206 190 169 -
CMYK 0 0.08 0.18 0.19
HSL 34.05º 0.27% 0.74% -
HSV(B) 34.05º 0.18% 0.81% -
XYZ 51.03 52.81 45.04 -
YUV 192.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 206 190 169 0 0.08 0.18 0.19 34.05 0.27 0.74
Hex CE BE A9 0 8 12 13 22 1B 4A
Octal 316 276 251 0 10 22 23 42 33 112
Binary 11001110 10111110 10101001 0 1000 10010 10011 100010 11011 1001010

Color Harmonies of #CEBEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBEA9

Black with #CEBEA9

Text Example


Text Example

White with #CEBEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBEA9; }

 p { color: rgb(206,190,169); }

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

background-color css

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

 a { background-color: rgb(206,190,169); }

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

border-color css

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

 span { border-color: rgb(206,190,169); }

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