Html Css Color HEX #C37056 Japonica

📋 copy color: '#C37056'

red 195 ◦ green 112 ◦ blue 86

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

Shades of Japonica #C37056

Tints of Japonica #C37056

RGB

 RED value IS 195 (76.56% from 255) = 49.62%

 GREEN value IS 112 (44.14% from 255) = 28.5%

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

R = 49.62%
G = 28.5%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C37056 (or 0xC37056) is known color: Japonica. HEX triplet: C3, 70 and 56. RGB value is (195,112,86). Sum of RGB (Red+Green+Blue) = 195+112+86=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C37056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37056 is #3C8FA9. Grayscale: #868686. Windows color (decimal): -3968938 or 5664963. OLE color: 5664963.

HSL color Cylindrical-coordinate representation of color #C37056: hue angle of 14.31º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C37056 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 86 -
CMYK 0 0.43 0.56 0.24
HSL 14.31º 0.48% 0.55% -
HSV(B) 14.31º 0.56% 0.76% -
XYZ 29.98 23.86 11.83 -
YUV 133.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 195 112 86 0 0.43 0.56 0.24 14.31 0.48 0.55
Hex C3 70 56 0 2B 38 18 E 30 37
Octal 303 160 126 0 53 70 30 16 60 67
Binary 11000011 1110000 1010110 0 101011 111000 11000 1110 110000 110111

Color Harmonies of #C37056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37056

Black with #C37056

Text Example


Text Example

White with #C37056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37056; }

 p { color: rgb(195,112,86); }

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

background-color css

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

 a { background-color: rgb(195,112,86); }

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

border-color css

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

 span { border-color: rgb(195,112,86); }

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