#FFC170

Color #FFC170 Chardonnay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chardonnay #FFC170

Tints of Chardonnay #FFC170

Color information

#FFC170 (or 0xFFC170) is unknown color: approx Chardonnay. HEX triplet: FF, C1 and 70. RGB value is (255,193,112). Sum of RGB (Red+Green+Blue) = 255+193+112=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC170 is #003E8F. Grayscale: #CACACA. Windows color (decimal): -16016 or 7389695. OLE color: 7389695.

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

Color convert

RGB255193112-
CMYK00.240.560
HSL33.99º100%71.96%-
HSV(B)33.99º56.08%100%-
XYZ63.2360.5723.69-
YUV202.377.04165.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 193 (75.78% from 255) = 34.46%
BLUE value IS 112 (44.14% from 255) = 20%
R=45.54%
G=34.46%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519311200.240.56033.9910071.96
HexFFC170018380226448
Octal37730116003070042144110
Binary11111111110000011110000011000111000010001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC170; }

 p { color: rgb(255,193,112); }

 H1.HeaderClassName
 {
   color: #FFC170;
 }
 .AnyTagClassName
 {
   color: #FFC170;
 }
</style>
background-color css

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

 a { background-color: rgb(255,193,112); }

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

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

 span { border-color: rgb(255,193,112); }

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