Html Css Color HEX #CEBEA8 Soft Amber

📋 copy color: '#CEBEA8'

red 206 ◦ green 190 ◦ blue 168

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

Shades of Soft Amber #CEBEA8

Tints of Soft Amber #CEBEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.79%

R = 36.52%
G = 33.69%
B = 29.79%

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

#CEBEA8 (or 0xCEBEA8) is known color: Soft Amber. HEX triplet: CE, BE and A8. RGB value is (206,190,168). Sum of RGB (Red+Green+Blue) = 206+190+168=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBEA8 is #314157. Grayscale: #C0C0C0. Windows color (decimal): -3227992 or 11058894. OLE color: 11058894.

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

Color convert

RGB 206 190 168 -
CMYK 0 0.08 0.18 0.19
HSL 34.74º 0.28% 0.73% -
HSV(B) 34.74º 0.18% 0.81% -
XYZ 50.93 52.78 44.55 -
YUV 192.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 206 190 168 0 0.08 0.18 0.19 34.74 0.28 0.73
Hex CE BE A8 0 8 12 13 23 1C 49
Octal 316 276 250 0 10 22 23 43 34 111
Binary 11001110 10111110 10101000 0 1000 10010 10011 100011 11100 1001001

Color Harmonies of #CEBEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBEA8

Black with #CEBEA8

Text Example


Text Example

White with #CEBEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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