Html Css Color HEX #FFC9B0 Apricot

📋 copy color: '#FFC9B0'

red 255 ◦ green 201 ◦ blue 176

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

Shades of Apricot #FFC9B0

Tints of Apricot #FFC9B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.85%

R = 40.35%
G = 31.8%
B = 27.85%

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

#FFC9B0 (or 0xFFC9B0) is known color: Apricot. HEX triplet: FF, C9 and B0. RGB value is (255,201,176). Sum of RGB (Red+Green+Blue) = 255+201+176=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9B0 is #00364F. Grayscale: #D6D6D6. Windows color (decimal): -13904 or 11586047. OLE color: 11586047.

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

Color convert

RGB 255 201 176 -
CMYK 0 0.21 0.31 0
HSL 18.99º 1% 0.85% -
HSV(B) 18.99º 0.31% 1% -
XYZ 69.96 66.17 50.16 -
YUV 214.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 255 201 176 0 0.21 0.31 0 18.99 1 0.85
Hex FF C9 B0 0 15 1F 0 13 64 55
Octal 377 311 260 0 25 37 0 23 144 125
Binary 11111111 11001001 10110000 0 10101 11111 0 10011 1100100 1010101

Color Harmonies of #FFC9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9B0

Black with #FFC9B0

Text Example


Text Example

White with #FFC9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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