#FFCB80

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

Shades of Chardonnay #FFCB80

Tints of Chardonnay #FFCB80

Color information

#FFCB80 (or 0xFFCB80) is unknown color: approx Chardonnay. HEX triplet: FF, CB and 80. RGB value is (255,203,128). Sum of RGB (Red+Green+Blue) = 255+203+128=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB80 is #00347F. Grayscale: #D2D2D2. Windows color (decimal): -13440 or 8440831. OLE color: 8440831.

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

Color convert

RGB255203128-
CMYK00.200.500
HSL35.43º100%75.1%-
HSV(B)35.43º49.8%100%-
XYZ66.4965.5329.57-
YUV21081.73160.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 203 (79.69% from 255) = 34.64%
BLUE value IS 128 (50.39% from 255) = 21.84%
R=43.52%
G=34.64%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520312800.200.50035.4310075.1
HexFFCB8001432023644b
Octal37731320002462043144113
Binary111111111100101110000000010100110010010001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB80; }

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

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

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

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

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

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

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

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