Html Css Color HEX #FFC076 Chardonnay

📋 copy color: '#FFC076'

red 255 ◦ green 192 ◦ blue 118

#FFC076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chardonnay #FFC076

Tints of Chardonnay #FFC076

RGB

 RED value IS 255 (100% from 255) = 45.13%

 GREEN value IS 192 (75.39% from 255) = 33.98%

 BLUE value IS 118 (46.48% from 255) = 20.88%

R = 45.13%
G = 33.98%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFC076 (or 0xFFC076) is known color: Chardonnay. HEX triplet: FF, C0 and 76. RGB value is (255,192,118). Sum of RGB (Red+Green+Blue) = 255+192+118=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC076 is #003F89. Grayscale: #CACACA. Windows color (decimal): -16266 or 7782655. OLE color: 7782655.

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

Color convert

RGB 255 192 118 -
CMYK 0 0.25 0.54 0
HSL 32.41º 1% 0.73% -
HSV(B) 32.41º 0.54% 1% -
XYZ 63.36 60.27 25.43 -
YUV 202.4 80.37 165.52 -
System Red Green Blue C M Y K H S L
Decimal 255 192 118 0 0.25 0.54 0 32.41 1 0.73
Hex FF C0 76 0 19 36 0 20 64 49
Octal 377 300 166 0 31 66 0 40 144 111
Binary 11111111 11000000 1110110 0 11001 110110 0 100000 1100100 1001001

Color Harmonies of #FFC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC076

Black with #FFC076

Text Example


Text Example

White with #FFC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC076; }

 p { color: rgb(255,192,118); }

 H1.HeaderClassName
 {
   color: #FFC076;
 }
 .AnyTagClassName
 {
   color: #FFC076;
 }
</style>

background-color css

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

 a { background-color: rgb(255,192,118); }

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

border-color css

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

 span { border-color: rgb(255,192,118); }

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