#FFCA80

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

Shades of Chardonnay #FFCA80

Tints of Chardonnay #FFCA80

Color information

#FFCA80 (or 0xFFCA80) is unknown color: approx Chardonnay. HEX triplet: FF, CA and 80. RGB value is (255,202,128). Sum of RGB (Red+Green+Blue) = 255+202+128=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA80 is #00357F. Grayscale: #D1D1D1. Windows color (decimal): -13696 or 8440575. OLE color: 8440575.

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

Color convert

RGB255202128-
CMYK00.210.500
HSL34.96º100%75.1%-
HSV(B)34.96º49.8%100%-
XYZ66.2665.0629.49-
YUV209.4182.06160.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 128 (50.39% from 255) = 21.88%
R=43.59%
G=34.53%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520212800.210.50034.9610075.1
HexFFCA8001532023644b
Octal37731220002562043144113
Binary111111111100101010000000010101110010010001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA80; }

 p { color: rgb(255,202,128); }

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

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

 a { background-color: rgb(255,202,128); }

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

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

 span { border-color: rgb(255,202,128); }

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