#FFCA7D

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

Shades of Chardonnay #FFCA7D

Tints of Chardonnay #FFCA7D

Color information

#FFCA7D (or 0xFFCA7D) is unknown color: approx Chardonnay. HEX triplet: FF, CA and 7D. RGB value is (255,202,125). Sum of RGB (Red+Green+Blue) = 255+202+125=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA7D is #003582. Grayscale: #D1D1D1. Windows color (decimal): -13699 or 8243967. OLE color: 8243967.

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

Color convert

RGB255202125-
CMYK00.210.510
HSL35.54º100%74.51%-
HSV(B)35.54º50.98%100%-
XYZ66.0664.9828.46-
YUV209.0780.56160.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.81%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 125 (49.22% from 255) = 21.48%
R=43.81%
G=34.71%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520212500.210.51035.5410074.51
HexFFCA7D01533024644b
Octal37731217502563044144113
Binary11111111110010101111101010101110011010010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA7D; }

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

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

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

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

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

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

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

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