Html Css Color HEX #C07356 Japonica

📋 copy color: '#C07356'

red 192 ◦ green 115 ◦ blue 86

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

Shades of Japonica #C07356

Tints of Japonica #C07356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.26%

 BLUE value IS 86 (33.98% from 255) = 21.88%

R = 48.85%
G = 29.26%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C07356 (or 0xC07356) is known color: Japonica. HEX triplet: C0, 73 and 56. RGB value is (192,115,86). Sum of RGB (Red+Green+Blue) = 192+115+86=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C07356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07356 is #3F8CA9. Grayscale: #868686. Windows color (decimal): -4164778 or 5665728. OLE color: 5665728.

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

Color convert

RGB 192 115 86 -
CMYK 0 0.40 0.55 0.25
HSL 16.42º 0.46% 0.55% -
HSV(B) 16.42º 0.55% 0.75% -
XYZ 29.55 24.14 11.91 -
YUV 134.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 192 115 86 0 0.40 0.55 0.25 16.42 0.46 0.55
Hex C0 73 56 0 28 37 19 10 2E 37
Octal 300 163 126 0 50 67 31 20 56 67
Binary 11000000 1110011 1010110 0 101000 110111 11001 10000 101110 110111

Color Harmonies of #C07356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07356

Black with #C07356

Text Example


Text Example

White with #C07356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07356; }

 p { color: rgb(192,115,86); }

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

background-color css

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

 a { background-color: rgb(192,115,86); }

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

border-color css

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

 span { border-color: rgb(192,115,86); }

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