Html Css Color HEX #C57156 Japonica

📋 copy color: '#C57156'

red 197 ◦ green 113 ◦ blue 86

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

Shades of Japonica #C57156

Tints of Japonica #C57156

RGB

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

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

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

R = 49.75%
G = 28.54%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C57156 (or 0xC57156) is known color: Japonica. HEX triplet: C5, 71 and 56. RGB value is (197,113,86). Sum of RGB (Red+Green+Blue) = 197+113+86=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C57156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57156 is #3A8EA9. Grayscale: #878787. Windows color (decimal): -3837610 or 5665221. OLE color: 5665221.

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

Color convert

RGB 197 113 86 -
CMYK 0 0.43 0.56 0.23
HSL 14.59º 0.49% 0.55% -
HSV(B) 14.59º 0.56% 0.77% -
XYZ 30.61 24.35 11.89 -
YUV 135.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 197 113 86 0 0.43 0.56 0.23 14.59 0.49 0.55
Hex C5 71 56 0 2B 38 17 F 31 37
Octal 305 161 126 0 53 70 27 17 61 67
Binary 11000101 1110001 1010110 0 101011 111000 10111 1111 110001 110111

Color Harmonies of #C57156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57156

Black with #C57156

Text Example


Text Example

White with #C57156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57156; }

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

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

background-color css

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

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

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

border-color css

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

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

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