Html Css Color HEX #C57860 Japonica

📋 copy color: '#C57860'

red 197 ◦ green 120 ◦ blue 96

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

Shades of Japonica #C57860

Tints of Japonica #C57860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.06%

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

R = 47.7%
G = 29.06%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C57860 (or 0xC57860) is known color: Japonica. HEX triplet: C5, 78 and 60. RGB value is (197,120,96). Sum of RGB (Red+Green+Blue) = 197+120+96=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C57860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57860 is #3A879F. Grayscale: #8C8C8C. Windows color (decimal): -3835808 or 6322373. OLE color: 6322373.

HSL color Cylindrical-coordinate representation of color #C57860: hue angle of 14.26º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C57860 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 120 96 -
CMYK 0 0.39 0.51 0.23
HSL 14.26º 0.47% 0.57% -
HSV(B) 14.26º 0.51% 0.77% -
XYZ 31.85 26.15 14.43 -
YUV 140.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 197 120 96 0 0.39 0.51 0.23 14.26 0.47 0.57
Hex C5 78 60 0 27 33 17 E 2F 39
Octal 305 170 140 0 47 63 27 16 57 71
Binary 11000101 1111000 1100000 0 100111 110011 10111 1110 101111 111001

Color Harmonies of #C57860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57860

Black with #C57860

Text Example


Text Example

White with #C57860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57860; }

 p { color: rgb(197,120,96); }

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

background-color css

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

 a { background-color: rgb(197,120,96); }

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

border-color css

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

 span { border-color: rgb(197,120,96); }

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