Html Css Color HEX #C57960 Japonica

📋 copy color: '#C57960'

red 197 ◦ green 121 ◦ blue 96

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

Shades of Japonica #C57960

Tints of Japonica #C57960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.23%

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

R = 47.58%
G = 29.23%
B = 23.19%

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

#C57960 (or 0xC57960) is known color: Japonica. HEX triplet: C5, 79 and 60. RGB value is (197,121,96). Sum of RGB (Red+Green+Blue) = 197+121+96=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C57960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57960 is #3A869F. Grayscale: #8D8D8D. Windows color (decimal): -3835552 or 6322629. OLE color: 6322629.

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

Color convert

RGB 197 121 96 -
CMYK 0 0.39 0.51 0.23
HSL 14.85º 0.47% 0.57% -
HSV(B) 14.85º 0.51% 0.77% -
XYZ 31.97 26.39 14.47 -
YUV 140.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 197 121 96 0 0.39 0.51 0.23 14.85 0.47 0.57
Hex C5 79 60 0 27 33 17 F 2F 39
Octal 305 171 140 0 47 63 27 17 57 71
Binary 11000101 1111001 1100000 0 100111 110011 10111 1111 101111 111001

Color Harmonies of #C57960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57960

Black with #C57960

Text Example


Text Example

White with #C57960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57960; }

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

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

background-color css

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

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

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

border-color css

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

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

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