Html Css Color HEX #CEBEA5 Soft Amber

📋 copy color: '#CEBEA5'

red 206 ◦ green 190 ◦ blue 165

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

Shades of Soft Amber #CEBEA5

Tints of Soft Amber #CEBEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.41%

R = 36.72%
G = 33.87%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CEBEA5 (or 0xCEBEA5) is known color: Soft Amber. HEX triplet: CE, BE and A5. RGB value is (206,190,165). Sum of RGB (Red+Green+Blue) = 206+190+165=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBEA5 is #31415A. Grayscale: #C0C0C0. Windows color (decimal): -3227995 or 10862286. OLE color: 10862286.

HSL color Cylindrical-coordinate representation of color #CEBEA5: hue angle of 36.59º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEBEA5 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 190 165 -
CMYK 0 0.08 0.20 0.19
HSL 36.59º 0.29% 0.73% -
HSV(B) 36.59º 0.2% 0.81% -
XYZ 50.66 52.67 43.09 -
YUV 191.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 206 190 165 0 0.08 0.20 0.19 36.59 0.29 0.73
Hex CE BE A5 0 8 14 13 25 1D 49
Octal 316 276 245 0 10 24 23 45 35 111
Binary 11001110 10111110 10100101 0 1000 10100 10011 100101 11101 1001001

Color Harmonies of #CEBEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBEA5

Black with #CEBEA5

Text Example


Text Example

White with #CEBEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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