Html Css Color HEX #C57461 Japonica

📋 copy color: '#C57461'

red 197 ◦ green 116 ◦ blue 97

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

Shades of Japonica #C57461

Tints of Japonica #C57461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.29%

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

R = 48.05%
G = 28.29%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C57461 (or 0xC57461) is known color: Japonica. HEX triplet: C5, 74 and 61. RGB value is (197,116,97). Sum of RGB (Red+Green+Blue) = 197+116+97=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C57461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57461 is #3A8B9E. Grayscale: #8A8A8A. Windows color (decimal): -3836831 or 6386885. OLE color: 6386885.

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

Color convert

RGB 197 116 97 -
CMYK 0 0.41 0.51 0.23
HSL 11.4º 0.46% 0.58% -
HSV(B) 11.4º 0.51% 0.77% -
XYZ 31.43 25.22 14.52 -
YUV 138.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 197 116 97 0 0.41 0.51 0.23 11.4 0.46 0.58
Hex C5 74 61 0 29 33 17 B 2E 3A
Octal 305 164 141 0 51 63 27 13 56 72
Binary 11000101 1110100 1100001 0 101001 110011 10111 1011 101110 111010

Color Harmonies of #C57461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57461

Black with #C57461

Text Example


Text Example

White with #C57461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57461; }

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

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

background-color css

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

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

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

border-color css

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

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

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