Html Css Color HEX #C07259 Japonica

📋 copy color: '#C07259'

red 192 ◦ green 114 ◦ blue 89

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

Shades of Japonica #C07259

Tints of Japonica #C07259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.86%

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

R = 48.61%
G = 28.86%
B = 22.53%

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

#C07259 (or 0xC07259) is known color: Japonica. HEX triplet: C0, 72 and 59. RGB value is (192,114,89). Sum of RGB (Red+Green+Blue) = 192+114+89=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C07259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07259 is #3F8DA6. Grayscale: #868686. Windows color (decimal): -4165031 or 5862080. OLE color: 5862080.

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

Color convert

RGB 192 114 89 -
CMYK 0 0.41 0.54 0.25
HSL 14.56º 0.45% 0.55% -
HSV(B) 14.56º 0.54% 0.75% -
XYZ 29.56 23.96 12.52 -
YUV 134.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 192 114 89 0 0.41 0.54 0.25 14.56 0.45 0.55
Hex C0 72 59 0 29 36 19 F 2D 37
Octal 300 162 131 0 51 66 31 17 55 67
Binary 11000000 1110010 1011001 0 101001 110110 11001 1111 101101 110111

Color Harmonies of #C07259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07259

Black with #C07259

Text Example


Text Example

White with #C07259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07259; }

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

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

background-color css

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

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

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

border-color css

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

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

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