Html Css Color HEX #C27059 Japonica

📋 copy color: '#C27059'

red 194 ◦ green 112 ◦ blue 89

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

Shades of Japonica #C27059

Tints of Japonica #C27059

RGB

 RED value IS 194 (76.17% from 255) = 49.11%

 GREEN value IS 112 (44.14% from 255) = 28.35%

 BLUE value IS 89 (35.16% from 255) = 22.53%

R = 49.11%
G = 28.35%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C27059 (or 0xC27059) is known color: Japonica. HEX triplet: C2, 70 and 59. RGB value is (194,112,89). Sum of RGB (Red+Green+Blue) = 194+112+89=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C27059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27059 is #3D8FA6. Grayscale: #868686. Windows color (decimal): -4034471 or 5861570. OLE color: 5861570.

HSL color Cylindrical-coordinate representation of color #C27059: hue angle of 13.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C27059 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 89 -
CMYK 0 0.42 0.54 0.24
HSL 13.14º 0.46% 0.55% -
HSV(B) 13.14º 0.54% 0.76% -
XYZ 29.85 23.78 12.47 -
YUV 133.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 194 112 89 0 0.42 0.54 0.24 13.14 0.46 0.55
Hex C2 70 59 0 2A 36 18 D 2E 37
Octal 302 160 131 0 52 66 30 15 56 67
Binary 11000010 1110000 1011001 0 101010 110110 11000 1101 101110 110111

Color Harmonies of #C27059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27059

Black with #C27059

Text Example


Text Example

White with #C27059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27059; }

 p { color: rgb(194,112,89); }

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

background-color css

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

 a { background-color: rgb(194,112,89); }

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

border-color css

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

 span { border-color: rgb(194,112,89); }

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