Html Css Color HEX #C37156 Japonica

📋 copy color: '#C37156'

red 195 ◦ green 113 ◦ blue 86

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

Shades of Japonica #C37156

Tints of Japonica #C37156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.68%

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

R = 49.49%
G = 28.68%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C37156 (or 0xC37156) is known color: Japonica. HEX triplet: C3, 71 and 56. RGB value is (195,113,86). Sum of RGB (Red+Green+Blue) = 195+113+86=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C37156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37156 is #3C8EA9. Grayscale: #868686. Windows color (decimal): -3968682 or 5665219. OLE color: 5665219.

HSL color Cylindrical-coordinate representation of color #C37156: hue angle of 14.86º 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 #C37156 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 113 86 -
CMYK 0 0.42 0.56 0.24
HSL 14.86º 0.48% 0.55% -
HSV(B) 14.86º 0.56% 0.76% -
XYZ 30.09 24.08 11.87 -
YUV 134.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 195 113 86 0 0.42 0.56 0.24 14.86 0.48 0.55
Hex C3 71 56 0 2A 38 18 F 30 37
Octal 303 161 126 0 52 70 30 17 60 67
Binary 11000011 1110001 1010110 0 101010 111000 11000 1111 110000 110111

Color Harmonies of #C37156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37156

Black with #C37156

Text Example


Text Example

White with #C37156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37156; }

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

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

background-color css

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

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

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

border-color css

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

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

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