#FFC7B0

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

Shades of Apricot #FFC7B0

Tints of Apricot #FFC7B0

Color information

#FFC7B0 (or 0xFFC7B0) is unknown color: approx Apricot. HEX triplet: FF, C7 and B0. RGB value is (255,199,176). Sum of RGB (Red+Green+Blue) = 255+199+176=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC7B0 is #00384F. Grayscale: #D5D5D5. Windows color (decimal): -14416 or 11585535. OLE color: 11585535.

HSL color Cylindrical-coordinate representation of color #FFC7B0: hue angle of 17.47º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFC7B0 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255199176-
CMYK00.220.310
HSL17.47º100%84.51%-
HSV(B)17.47º30.98%100%-
XYZ69.565.2450-
YUV213.12107.05157.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 199 (78.12% from 255) = 31.59%
BLUE value IS 176 (69.14% from 255) = 27.94%
R=40.48%
G=31.59%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519917600.220.31017.4710084.51
HexFFC7B00161F0116455
Octal37730726002637021144125
Binary1111111111000111101100000101101111101000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7B0; }

 p { color: rgb(255,199,176); }

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

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

 a { background-color: rgb(255,199,176); }

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

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

 span { border-color: rgb(255,199,176); }

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