Html Css Color HEX #C37456 Japonica

📋 copy color: '#C37456'

red 195 ◦ green 116 ◦ blue 86

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

Shades of Japonica #C37456

Tints of Japonica #C37456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

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

R = 49.12%
G = 29.22%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C37456 (or 0xC37456) is known color: Japonica. HEX triplet: C3, 74 and 56. RGB value is (195,116,86). Sum of RGB (Red+Green+Blue) = 195+116+86=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C37456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37456 is #3C8BA9. Grayscale: #888888. Windows color (decimal): -3967914 or 5665987. OLE color: 5665987.

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

Color convert

RGB 195 116 86 -
CMYK 0 0.41 0.56 0.24
HSL 16.51º 0.48% 0.55% -
HSV(B) 16.51º 0.56% 0.76% -
XYZ 30.43 24.76 11.98 -
YUV 136.2 99.67 169.94 -
System Red Green Blue C M Y K H S L
Decimal 195 116 86 0 0.41 0.56 0.24 16.51 0.48 0.55
Hex C3 74 56 0 29 38 18 11 30 37
Octal 303 164 126 0 51 70 30 21 60 67
Binary 11000011 1110100 1010110 0 101001 111000 11000 10001 110000 110111

Color Harmonies of #C37456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37456

Black with #C37456

Text Example


Text Example

White with #C37456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37456; }

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

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

background-color css

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

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

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

border-color css

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

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

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