Html Css Color HEX #FFC9AC Apricot

📋 copy color: '#FFC9AC'

red 255 ◦ green 201 ◦ blue 172

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

Shades of Apricot #FFC9AC

Tints of Apricot #FFC9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.39%

R = 40.61%
G = 32.01%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFC9AC (or 0xFFC9AC) is known color: Apricot. HEX triplet: FF, C9 and AC. RGB value is (255,201,172). Sum of RGB (Red+Green+Blue) = 255+201+172=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9AC is #003653. Grayscale: #D6D6D6. Windows color (decimal): -13908 or 11323903. OLE color: 11323903.

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

Color convert

RGB 255 201 172 -
CMYK 0 0.21 0.33 0
HSL 20.96º 1% 0.84% -
HSV(B) 20.96º 0.33% 1% -
XYZ 69.57 66.01 48.1 -
YUV 213.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 255 201 172 0 0.21 0.33 0 20.96 1 0.84
Hex FF C9 AC 0 15 21 0 15 64 54
Octal 377 311 254 0 25 41 0 25 144 124
Binary 11111111 11001001 10101100 0 10101 100001 0 10101 1100100 1010100

Color Harmonies of #FFC9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9AC

Black with #FFC9AC

Text Example


Text Example

White with #FFC9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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