#CFBCA4

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

Shades of Soft Amber #CFBCA4

Tints of Soft Amber #CFBCA4

Color information

#CFBCA4 (or 0xCFBCA4) is unknown color: approx Soft Amber. HEX triplet: CF, BC and A4. RGB value is (207,188,164). Sum of RGB (Red+Green+Blue) = 207+188+164=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBCA4 is #30435B. Grayscale: #BFBFBF. Windows color (decimal): -3162972 or 10796239. OLE color: 10796239.

HSL color Cylindrical-coordinate representation of color #CFBCA4: hue angle of 33.49º 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 #CFBCA4 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB207188164-
CMYK00.090.210.19
HSL33.49º30.94%72.75%-
HSV(B)33.49º20.77%81.18%-
XYZ50.4251.9142.48-
YUV190.94112.79139.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 164 (64.45% from 255) = 29.34%
R=37.03%
G=33.63%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718816400.090.210.1933.4930.9472.75
HexCFBCA4091513211f49
Octal31727424401125234137111
Binary110011111011110010100100010011010110011100001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCA4; }

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

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

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

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

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

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

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

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