Html Css Color HEX #CEBEA2 Soft Amber

📋 copy color: '#CEBEA2'

red 206 ◦ green 190 ◦ blue 162

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

Shades of Soft Amber #CEBEA2

Tints of Soft Amber #CEBEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.03%

R = 36.92%
G = 34.05%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CEBEA2 (or 0xCEBEA2) is known color: Soft Amber. HEX triplet: CE, BE and A2. RGB value is (206,190,162). Sum of RGB (Red+Green+Blue) = 206+190+162=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBEA2 is #31415D. Grayscale: #BFBFBF. Windows color (decimal): -3227998 or 10665678. OLE color: 10665678.

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

Color convert

RGB 206 190 162 -
CMYK 0 0.08 0.21 0.19
HSL 38.18º 0.31% 0.72% -
HSV(B) 38.18º 0.21% 0.81% -
XYZ 50.39 52.56 41.67 -
YUV 191.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 206 190 162 0 0.08 0.21 0.19 38.18 0.31 0.72
Hex CE BE A2 0 8 15 13 26 1F 48
Octal 316 276 242 0 10 25 23 46 37 110
Binary 11001110 10111110 10100010 0 1000 10101 10011 100110 11111 1001000

Color Harmonies of #CEBEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBEA2

Black with #CEBEA2

Text Example


Text Example

White with #CEBEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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