Html Css Color HEX #C07459 Japonica

📋 copy color: '#C07459'

red 192 ◦ green 116 ◦ blue 89

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

Shades of Japonica #C07459

Tints of Japonica #C07459

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

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

R = 48.36%
G = 29.22%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C07459 (or 0xC07459) is known color: Japonica. HEX triplet: C0, 74 and 59. RGB value is (192,116,89). Sum of RGB (Red+Green+Blue) = 192+116+89=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C07459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07459 is #3F8BA6. Grayscale: #878787. Windows color (decimal): -4164519 or 5862592. OLE color: 5862592.

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

Color convert

RGB 192 116 89 -
CMYK 0 0.40 0.54 0.25
HSL 15.73º 0.45% 0.55% -
HSV(B) 15.73º 0.54% 0.75% -
XYZ 29.79 24.42 12.59 -
YUV 135.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 192 116 89 0 0.40 0.54 0.25 15.73 0.45 0.55
Hex C0 74 59 0 28 36 19 10 2D 37
Octal 300 164 131 0 50 66 31 20 55 67
Binary 11000000 1110100 1011001 0 101000 110110 11001 10000 101101 110111

Color Harmonies of #C07459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07459

Black with #C07459

Text Example


Text Example

White with #C07459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07459; }

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

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

background-color css

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

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

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

border-color css

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

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

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