Html Css Color HEX #CEBEA7 Soft Amber

📋 copy color: '#CEBEA7'

red 206 ◦ green 190 ◦ blue 167

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

Shades of Soft Amber #CEBEA7

Tints of Soft Amber #CEBEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.66%

R = 36.59%
G = 33.75%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CEBEA7 (or 0xCEBEA7) is known color: Soft Amber. HEX triplet: CE, BE and A7. RGB value is (206,190,167). Sum of RGB (Red+Green+Blue) = 206+190+167=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 167 (65.62% from 255 or 29.66% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBEA7 is #314158. Grayscale: #C0C0C0. Windows color (decimal): -3227993 or 10993358. OLE color: 10993358.

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

Color convert

RGB 206 190 167 -
CMYK 0 0.08 0.19 0.19
HSL 35.38º 0.28% 0.73% -
HSV(B) 35.38º 0.19% 0.81% -
XYZ 50.84 52.74 44.06 -
YUV 192.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 206 190 167 0 0.08 0.19 0.19 35.38 0.28 0.73
Hex CE BE A7 0 8 13 13 23 1C 49
Octal 316 276 247 0 10 23 23 43 34 111
Binary 11001110 10111110 10100111 0 1000 10011 10011 100011 11100 1001001

Color Harmonies of #CEBEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBEA7

Black with #CEBEA7

Text Example


Text Example

White with #CEBEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBEA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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