#CEBEA7

Color #CEBEA7 Soft Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Amber #CEBEA7

Tints of Soft Amber #CEBEA7

Color information

#CEBEA7 (or 0xCEBEA7) is unknown color: approx 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

RGB206190167-
CMYK00.080.190.19
HSL35.38º28.47%73.14%-
HSV(B)35.38º18.93%80.78%-
XYZ50.8452.7444.06-
YUV192.16113.8137.87-

RGB Variations

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

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.62% from 255) = 29.66%
R=36.59%
G=33.75%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619016700.080.190.1935.3828.4773.14
HexCEBEA7081313231c49
Octal31627624701023234334111
Binary110011101011111010100111010001001110011100011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>