#CFBBA4

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

Shades of Soft Amber #CFBBA4

Tints of Soft Amber #CFBBA4

Color information

#CFBBA4 (or 0xCFBBA4) is unknown color: approx Soft Amber. HEX triplet: CF, BB and A4. RGB value is (207,187,164). Sum of RGB (Red+Green+Blue) = 207+187+164=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBBA4 is #30445B. Grayscale: #BEBEBE. Windows color (decimal): -3163228 or 10795983. OLE color: 10795983.

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

Color convert

RGB207187164-
CMYK00.100.210.19
HSL32.09º30.94%72.75%-
HSV(B)32.09º20.77%81.18%-
XYZ50.251.4942.41-
YUV190.36113.13139.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 164 (64.45% from 255) = 29.39%
R=37.10%
G=33.51%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718716400.100.210.1932.0930.9472.75
HexCFBBA40A1513201f49
Octal31727324401225234037111
Binary110011111011101110100100010101010110011100000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBA4; }

 p { color: rgb(207,187,164); }

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

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

 a { background-color: rgb(207,187,164); }

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

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

 span { border-color: rgb(207,187,164); }

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