Html Css Color HEX #C37155 Japonica

📋 copy color: '#C37155'

red 195 ◦ green 113 ◦ blue 85

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

Shades of Japonica #C37155

Tints of Japonica #C37155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.63%

R = 49.62%
G = 28.75%
B = 21.63%

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

#C37155 (or 0xC37155) is known color: Japonica. HEX triplet: C3, 71 and 55. RGB value is (195,113,85). Sum of RGB (Red+Green+Blue) = 195+113+85=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C37155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37155 is #3C8EAA. Grayscale: #868686. Windows color (decimal): -3968683 or 5599683. OLE color: 5599683.

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

Color convert

RGB 195 113 85 -
CMYK 0 0.42 0.56 0.24
HSL 15.27º 0.48% 0.55% -
HSV(B) 15.27º 0.56% 0.76% -
XYZ 30.05 24.07 11.66 -
YUV 134.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 195 113 85 0 0.42 0.56 0.24 15.27 0.48 0.55
Hex C3 71 55 0 2A 38 18 F 30 37
Octal 303 161 125 0 52 70 30 17 60 67
Binary 11000011 1110001 1010101 0 101010 111000 11000 1111 110000 110111

Color Harmonies of #C37155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37155

Black with #C37155

Text Example


Text Example

White with #C37155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37155; }

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

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

background-color css

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

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

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

border-color css

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

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

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