#FFCA7F

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

Shades of Chardonnay #FFCA7F

Tints of Chardonnay #FFCA7F

Color information

#FFCA7F (or 0xFFCA7F) is unknown color: approx Chardonnay. HEX triplet: FF, CA and 7F. RGB value is (255,202,127). Sum of RGB (Red+Green+Blue) = 255+202+127=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 127 (50% from 255 or 21.75% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA7F is #003580. Grayscale: #D1D1D1. Windows color (decimal): -13697 or 8375039. OLE color: 8375039.

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

Color convert

RGB255202127-
CMYK00.210.500
HSL35.16º100%74.9%-
HSV(B)35.16º50.2%100%-
XYZ66.1965.0329.14-
YUV209.381.56160.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 127 (50% from 255) = 21.75%
R=43.66%
G=34.59%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520212700.210.50035.1610074.9
HexFFCA7F01532023644b
Octal37731217702562043144113
Binary11111111110010101111111010101110010010001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA7F; }

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

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

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

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

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

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

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

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