#CFBEAE

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

Shades of Soft Amber #CFBEAE

Tints of Soft Amber #CFBEAE

Color information

#CFBEAE (or 0xCFBEAE) is unknown color: approx Soft Amber. HEX triplet: CF, BE and AE. RGB value is (207,190,174). Sum of RGB (Red+Green+Blue) = 207+190+174=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEAE is #304151. Grayscale: #C1C1C1. Windows color (decimal): -3162450 or 11452111. OLE color: 11452111.

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

Color convert

RGB207190174-
CMYK00.080.160.19
HSL29.09º25.58%74.71%-
HSV(B)29.09º15.94%81.18%-
XYZ51.7953.1547.57-
YUV193.26117.13137.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.25%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 174 (68.36% from 255) = 30.47%
R=36.25%
G=33.27%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719017400.080.160.1929.0925.5874.71
HexCFBEAE0810131d1a4b
Octal31727625601020233532113
Binary11001111101111101010111001000100001001111101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEAE; }

 p { color: rgb(207,190,174); }

 H1.HeaderClassName
 {
   color: #CFBEAE;
 }
 .AnyTagClassName
 {
   color: #CFBEAE;
 }
</style>
background-color css

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

 a { background-color: rgb(207,190,174); }

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

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

 span { border-color: rgb(207,190,174); }

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