Html Css Color HEX #C57C57 Japonica

📋 copy color: '#C57C57'

red 197 ◦ green 124 ◦ blue 87

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

Shades of Japonica #C57C57

Tints of Japonica #C57C57

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.39%

 BLUE value IS 87 (34.38% from 255) = 21.32%

R = 48.28%
G = 30.39%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C57C57 (or 0xC57C57) is known color: Japonica. HEX triplet: C5, 7C and 57. RGB value is (197,124,87). Sum of RGB (Red+Green+Blue) = 197+124+87=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57C57 is #3A83A8. Grayscale: #8D8D8D. Windows color (decimal): -3834793 or 5733573. OLE color: 5733573.

HSL color Cylindrical-coordinate representation of color #C57C57: hue angle of 20.18º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C57C57 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 124 87 -
CMYK 0 0.37 0.56 0.23
HSL 20.18º 0.49% 0.56% -
HSV(B) 20.18º 0.56% 0.77% -
XYZ 31.95 26.97 12.54 -
YUV 141.61 97.18 167.51 -
System Red Green Blue C M Y K H S L
Decimal 197 124 87 0 0.37 0.56 0.23 20.18 0.49 0.56
Hex C5 7C 57 0 25 38 17 14 31 38
Octal 305 174 127 0 45 70 27 24 61 70
Binary 11000101 1111100 1010111 0 100101 111000 10111 10100 110001 111000

Color Harmonies of #C57C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57C57

Black with #C57C57

Text Example


Text Example

White with #C57C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57C57; }

 p { color: rgb(197,124,87); }

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

background-color css

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

 a { background-color: rgb(197,124,87); }

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

border-color css

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

 span { border-color: rgb(197,124,87); }

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