Html Css Color HEX #C57961 Japonica

📋 copy color: '#C57961'

red 197 ◦ green 121 ◦ blue 97

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

Shades of Japonica #C57961

Tints of Japonica #C57961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.37%

R = 47.47%
G = 29.16%
B = 23.37%

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

#C57961 (or 0xC57961) is known color: Japonica. HEX triplet: C5, 79 and 61. RGB value is (197,121,97). Sum of RGB (Red+Green+Blue) = 197+121+97=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C57961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57961 is #3A869E. Grayscale: #8D8D8D. Windows color (decimal): -3835551 or 6388165. OLE color: 6388165.

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

Color convert

RGB 197 121 97 -
CMYK 0 0.39 0.51 0.23
HSL 14.4º 0.46% 0.58% -
HSV(B) 14.4º 0.51% 0.77% -
XYZ 32.02 26.41 14.72 -
YUV 140.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 197 121 97 0 0.39 0.51 0.23 14.4 0.46 0.58
Hex C5 79 61 0 27 33 17 E 2E 3A
Octal 305 171 141 0 47 63 27 16 56 72
Binary 11000101 1111001 1100001 0 100111 110011 10111 1110 101110 111010

Color Harmonies of #C57961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57961

Black with #C57961

Text Example


Text Example

White with #C57961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57961; }

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

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

background-color css

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

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

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

border-color css

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

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

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