Html Css Color HEX #C07159 Japonica

📋 copy color: '#C07159'

red 192 ◦ green 113 ◦ blue 89

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

Shades of Japonica #C07159

Tints of Japonica #C07159

RGB

 RED value IS 192 (75.39% from 255) = 48.73%

 GREEN value IS 113 (44.53% from 255) = 28.68%

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

R = 48.73%
G = 28.68%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C07159 (or 0xC07159) is known color: Japonica. HEX triplet: C0, 71 and 59. RGB value is (192,113,89). Sum of RGB (Red+Green+Blue) = 192+113+89=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C07159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07159 is #3F8EA6. Grayscale: #868686. Windows color (decimal): -4165287 or 5861824. OLE color: 5861824.

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

Color convert

RGB 192 113 89 -
CMYK 0 0.41 0.54 0.25
HSL 13.98º 0.45% 0.55% -
HSV(B) 13.98º 0.54% 0.75% -
XYZ 29.45 23.74 12.48 -
YUV 133.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 192 113 89 0 0.41 0.54 0.25 13.98 0.45 0.55
Hex C0 71 59 0 29 36 19 E 2D 37
Octal 300 161 131 0 51 66 31 16 55 67
Binary 11000000 1110001 1011001 0 101001 110110 11001 1110 101101 110111

Color Harmonies of #C07159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07159

Black with #C07159

Text Example


Text Example

White with #C07159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07159; }

 p { color: rgb(192,113,89); }

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

background-color css

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

 a { background-color: rgb(192,113,89); }

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

border-color css

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

 span { border-color: rgb(192,113,89); }

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