Html Css Color HEX #C57356 Japonica

📋 copy color: '#C57356'

red 197 ◦ green 115 ◦ blue 86

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

Shades of Japonica #C57356

Tints of Japonica #C57356

RGB

 RED value IS 197 (77.34% from 255) = 49.5%

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

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

R = 49.5%
G = 28.89%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C57356 (or 0xC57356) is known color: Japonica. HEX triplet: C5, 73 and 56. RGB value is (197,115,86). Sum of RGB (Red+Green+Blue) = 197+115+86=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C57356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57356 is #3A8CA9. Grayscale: #888888. Windows color (decimal): -3837098 or 5665733. OLE color: 5665733.

HSL color Cylindrical-coordinate representation of color #C57356: hue angle of 15.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C57356 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 115 86 -
CMYK 0 0.42 0.56 0.23
HSL 15.68º 0.49% 0.55% -
HSV(B) 15.68º 0.56% 0.77% -
XYZ 30.84 24.8 11.97 -
YUV 136.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 197 115 86 0 0.42 0.56 0.23 15.68 0.49 0.55
Hex C5 73 56 0 2A 38 17 10 31 37
Octal 305 163 126 0 52 70 27 20 61 67
Binary 11000101 1110011 1010110 0 101010 111000 10111 10000 110001 110111

Color Harmonies of #C57356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57356

Black with #C57356

Text Example


Text Example

White with #C57356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57356; }

 p { color: rgb(197,115,86); }

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

background-color css

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

 a { background-color: rgb(197,115,86); }

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

border-color css

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

 span { border-color: rgb(197,115,86); }

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