Html Css Color HEX #C07959 Japonica

📋 copy color: '#C07959'

red 192 ◦ green 121 ◦ blue 89

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

Shades of Japonica #C07959

Tints of Japonica #C07959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.1%

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

R = 47.76%
G = 30.1%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C07959 (or 0xC07959) is known color: Japonica. HEX triplet: C0, 79 and 59. RGB value is (192,121,89). Sum of RGB (Red+Green+Blue) = 192+121+89=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C07959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07959 is #3F86A6. Grayscale: #8A8A8A. Windows color (decimal): -4163239 or 5863872. OLE color: 5863872.

HSL color Cylindrical-coordinate representation of color #C07959: hue angle of 18.64º 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 #C07959 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 89 -
CMYK 0 0.37 0.54 0.25
HSL 18.64º 0.45% 0.55% -
HSV(B) 18.64º 0.54% 0.75% -
XYZ 30.38 25.6 12.79 -
YUV 138.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 192 121 89 0 0.37 0.54 0.25 18.64 0.45 0.55
Hex C0 79 59 0 25 36 19 13 2D 37
Octal 300 171 131 0 45 66 31 23 55 67
Binary 11000000 1111001 1011001 0 100101 110110 11001 10011 101101 110111

Color Harmonies of #C07959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07959

Black with #C07959

Text Example


Text Example

White with #C07959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07959; }

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

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

background-color css

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

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

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

border-color css

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

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

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