Html Css Color HEX #FFC9AF Apricot

📋 copy color: '#FFC9AF'

red 255 ◦ green 201 ◦ blue 175

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

Shades of Apricot #FFC9AF

Tints of Apricot #FFC9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.85%

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

R = 40.41%
G = 31.85%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFC9AF (or 0xFFC9AF) is known color: Apricot. HEX triplet: FF, C9 and AF. RGB value is (255,201,175). Sum of RGB (Red+Green+Blue) = 255+201+175=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9AF is #003650. Grayscale: #D6D6D6. Windows color (decimal): -13905 or 11520511. OLE color: 11520511.

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

Color convert

RGB 255 201 175 -
CMYK 0 0.21 0.31 0
HSL 19.5º 1% 0.84% -
HSV(B) 19.5º 0.31% 1% -
XYZ 69.86 66.13 49.64 -
YUV 214.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 255 201 175 0 0.21 0.31 0 19.5 1 0.84
Hex FF C9 AF 0 15 1F 0 14 64 54
Octal 377 311 257 0 25 37 0 24 144 124
Binary 11111111 11001001 10101111 0 10101 11111 0 10100 1100100 1010100

Color Harmonies of #FFC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9AF

Black with #FFC9AF

Text Example


Text Example

White with #FFC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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