#CFBCA5

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

Shades of Soft Amber #CFBCA5

Tints of Soft Amber #CFBCA5

Color information

#CFBCA5 (or 0xCFBCA5) is unknown color: approx Soft Amber. HEX triplet: CF, BC and A5. RGB value is (207,188,165). Sum of RGB (Red+Green+Blue) = 207+188+165=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBCA5 is #30435A. Grayscale: #BFBFBF. Windows color (decimal): -3162971 or 10861775. OLE color: 10861775.

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

Color convert

RGB207188165-
CMYK00.090.200.19
HSL32.86º30.43%72.94%-
HSV(B)32.86º20.29%81.18%-
XYZ50.5151.9542.96-
YUV191.06113.29139.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 165 (64.84% from 255) = 29.46%
R=36.96%
G=33.57%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718816500.090.200.1932.8630.4372.94
HexCFBCA5091413211e49
Octal31727424501124234136111
Binary110011111011110010100101010011010010011100001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCA5; }

 p { color: rgb(207,188,165); }

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

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

 a { background-color: rgb(207,188,165); }

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

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

 span { border-color: rgb(207,188,165); }

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