Html Css Color HEX #FFC5AC Apricot

📋 copy color: '#FFC5AC'

red 255 ◦ green 197 ◦ blue 172

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

Shades of Apricot #FFC5AC

Tints of Apricot #FFC5AC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.57%

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

R = 40.87%
G = 31.57%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFC5AC (or 0xFFC5AC) is known color: Apricot. HEX triplet: FF, C5 and AC. RGB value is (255,197,172). Sum of RGB (Red+Green+Blue) = 255+197+172=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5AC is #003A53. Grayscale: #D3D3D3. Windows color (decimal): -14932 or 11322879. OLE color: 11322879.

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

Color convert

RGB 255 197 172 -
CMYK 0 0.23 0.33 0
HSL 18.07º 1% 0.84% -
HSV(B) 18.07º 0.33% 1% -
XYZ 68.65 64.17 47.8 -
YUV 211.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 255 197 172 0 0.23 0.33 0 18.07 1 0.84
Hex FF C5 AC 0 17 21 0 12 64 54
Octal 377 305 254 0 27 41 0 22 144 124
Binary 11111111 11000101 10101100 0 10111 100001 0 10010 1100100 1010100

Color Harmonies of #FFC5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC5AC

Black with #FFC5AC

Text Example


Text Example

White with #FFC5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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