Html Css Color HEX #FFC070 Chardonnay

📋 copy color: '#FFC070'

red 255 ◦ green 192 ◦ blue 112

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

Shades of Chardonnay #FFC070

Tints of Chardonnay #FFC070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.04%

R = 45.62%
G = 34.35%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFC070 (or 0xFFC070) is known color: Chardonnay. HEX triplet: FF, C0 and 70. RGB value is (255,192,112). Sum of RGB (Red+Green+Blue) = 255+192+112=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC070 is #003F8F. Grayscale: #CACACA. Windows color (decimal): -16272 or 7389439. OLE color: 7389439.

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

Color convert

RGB 255 192 112 -
CMYK 0 0.25 0.56 0
HSL 33.57º 1% 0.72% -
HSV(B) 33.57º 0.56% 1% -
XYZ 63.01 60.13 23.61 -
YUV 201.72 77.37 166 -
System Red Green Blue C M Y K H S L
Decimal 255 192 112 0 0.25 0.56 0 33.57 1 0.72
Hex FF C0 70 0 19 38 0 22 64 48
Octal 377 300 160 0 31 70 0 42 144 110
Binary 11111111 11000000 1110000 0 11001 111000 0 100010 1100100 1001000

Color Harmonies of #FFC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC070

Black with #FFC070

Text Example


Text Example

White with #FFC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC070; }

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

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

background-color css

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

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

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

border-color css

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

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

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