#FFCA7B

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

Shades of Chardonnay #FFCA7B

Tints of Chardonnay #FFCA7B

Color information

#FFCA7B (or 0xFFCA7B) is unknown color: approx Chardonnay. HEX triplet: FF, CA and 7B. RGB value is (255,202,123). Sum of RGB (Red+Green+Blue) = 255+202+123=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 123 (48.44% from 255 or 21.21% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA7B is #003584. Grayscale: #D1D1D1. Windows color (decimal): -13701 or 8112895. OLE color: 8112895.

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

Color convert

RGB255202123-
CMYK00.210.520
HSL35.91º100%74.12%-
HSV(B)35.91º51.76%100%-
XYZ65.9464.9327.8-
YUV208.8479.56160.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.97%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 123 (48.44% from 255) = 21.21%
R=43.97%
G=34.83%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520212300.210.52035.9110074.12
HexFFCA7B01534024644a
Octal37731217302564044144112
Binary11111111110010101111011010101110100010010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA7B; }

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

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

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

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

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

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

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

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