Html Css Color HEX #C37360 Japonica

📋 copy color: '#C37360'

red 195 ◦ green 115 ◦ blue 96

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

Shades of Japonica #C37360

Tints of Japonica #C37360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.65%

R = 48.03%
G = 28.33%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C37360 (or 0xC37360) is known color: Japonica. HEX triplet: C3, 73 and 60. RGB value is (195,115,96). Sum of RGB (Red+Green+Blue) = 195+115+96=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C37360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37360 is #3C8C9F. Grayscale: #888888. Windows color (decimal): -3968160 or 6321091. OLE color: 6321091.

HSL color Cylindrical-coordinate representation of color #C37360: hue angle of 11.52º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C37360 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 115 96 -
CMYK 0 0.41 0.51 0.24
HSL 11.52º 0.45% 0.57% -
HSV(B) 11.52º 0.51% 0.76% -
XYZ 30.75 24.71 14.21 -
YUV 136.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 195 115 96 0 0.41 0.51 0.24 11.52 0.45 0.57
Hex C3 73 60 0 29 33 18 C 2D 39
Octal 303 163 140 0 51 63 30 14 55 71
Binary 11000011 1110011 1100000 0 101001 110011 11000 1100 101101 111001

Color Harmonies of #C37360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37360

Black with #C37360

Text Example


Text Example

White with #C37360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37360; }

 p { color: rgb(195,115,96); }

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

background-color css

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

 a { background-color: rgb(195,115,96); }

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

border-color css

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

 span { border-color: rgb(195,115,96); }

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