Html Css Color HEX #FFC9AD Apricot

📋 copy color: '#FFC9AD'

red 255 ◦ green 201 ◦ blue 173

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

Shades of Apricot #FFC9AD

Tints of Apricot #FFC9AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.5%

R = 40.54%
G = 31.96%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFC9AD (or 0xFFC9AD) is known color: Apricot. HEX triplet: FF, C9 and AD. RGB value is (255,201,173). Sum of RGB (Red+Green+Blue) = 255+201+173=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9AD is #003652. Grayscale: #D6D6D6. Windows color (decimal): -13907 or 11389439. OLE color: 11389439.

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

Color convert

RGB 255 201 173 -
CMYK 0 0.21 0.32 0
HSL 20.49º 1% 0.84% -
HSV(B) 20.49º 0.32% 1% -
XYZ 69.67 66.05 48.61 -
YUV 213.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 255 201 173 0 0.21 0.32 0 20.49 1 0.84
Hex FF C9 AD 0 15 20 0 14 64 54
Octal 377 311 255 0 25 40 0 24 144 124
Binary 11111111 11001001 10101101 0 10101 100000 0 10100 1100100 1010100

Color Harmonies of #FFC9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9AD

Black with #FFC9AD

Text Example


Text Example

White with #FFC9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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