Html Css Color HEX #FFC06C Chardonnay

📋 copy color: '#FFC06C'

red 255 ◦ green 192 ◦ blue 108

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

Shades of Chardonnay #FFC06C

Tints of Chardonnay #FFC06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.46%

R = 45.95%
G = 34.59%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFC06C (or 0xFFC06C) is known color: Chardonnay. HEX triplet: FF, C0 and 6C. RGB value is (255,192,108). Sum of RGB (Red+Green+Blue) = 255+192+108=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC06C is #003F93. Grayscale: #C9C9C9. Windows color (decimal): -16276 or 7127295. OLE color: 7127295.

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

Color convert

RGB 255 192 108 -
CMYK 0 0.25 0.58 0
HSL 34.29º 1% 0.71% -
HSV(B) 34.29º 0.58% 1% -
XYZ 62.8 60.04 22.47 -
YUV 201.26 75.37 166.33 -
System Red Green Blue C M Y K H S L
Decimal 255 192 108 0 0.25 0.58 0 34.29 1 0.71
Hex FF C0 6C 0 19 3A 0 22 64 47
Octal 377 300 154 0 31 72 0 42 144 107
Binary 11111111 11000000 1101100 0 11001 111010 0 100010 1100100 1000111

Color Harmonies of #FFC06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC06C

Black with #FFC06C

Text Example


Text Example

White with #FFC06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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