Html Css Color HEX #FFC7AF Apricot

📋 copy color: '#FFC7AF'

red 255 ◦ green 199 ◦ blue 175

#FFC7AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apricot #FFC7AF

Tints of Apricot #FFC7AF

RGB

 RED value IS 255 (100% from 255) = 40.54%

 GREEN value IS 199 (78.13% from 255) = 31.64%

 BLUE value IS 175 (68.75% from 255) = 27.82%

R = 40.54%
G = 31.64%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFC7AF (or 0xFFC7AF) is known color: Apricot. HEX triplet: FF, C7 and AF. RGB value is (255,199,175). Sum of RGB (Red+Green+Blue) = 255+199+175=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC7AF is #003850. Grayscale: #D5D5D5. Windows color (decimal): -14417 or 11519999. OLE color: 11519999.

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

Color convert

RGB 255 199 175 -
CMYK 0 0.22 0.31 0
HSL 18º 1% 0.84% -
HSV(B) 18º 0.31% 1% -
XYZ 69.4 65.2 49.48 -
YUV 213.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 255 199 175 0 0.22 0.31 0 18 1 0.84
Hex FF C7 AF 0 16 1F 0 12 64 54
Octal 377 307 257 0 26 37 0 22 144 124
Binary 11111111 11000111 10101111 0 10110 11111 0 10010 1100100 1010100

Color Harmonies of #FFC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7AF

Black with #FFC7AF

Text Example


Text Example

White with #FFC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7AF; }

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

 H1.HeaderClassName
 {
   color: #FFC7AF;
 }
 .AnyTagClassName
 {
   color: #FFC7AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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