Html Css Color HEX #C57354 Japonica

📋 copy color: '#C57354'

red 197 ◦ green 115 ◦ blue 84

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

Shades of Japonica #C57354

Tints of Japonica #C57354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.04%

 BLUE value IS 84 (33.2% from 255) = 21.21%

R = 49.75%
G = 29.04%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C57354 (or 0xC57354) is known color: Japonica. HEX triplet: C5, 73 and 54. RGB value is (197,115,84). Sum of RGB (Red+Green+Blue) = 197+115+84=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C57354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57354 is #3A8CAB. Grayscale: #888888. Windows color (decimal): -3837100 or 5534661. OLE color: 5534661.

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

Color convert

RGB 197 115 84 -
CMYK 0 0.42 0.57 0.23
HSL 16.46º 0.49% 0.55% -
HSV(B) 16.46º 0.57% 0.77% -
XYZ 30.76 24.77 11.55 -
YUV 135.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 197 115 84 0 0.42 0.57 0.23 16.46 0.49 0.55
Hex C5 73 54 0 2A 39 17 10 31 37
Octal 305 163 124 0 52 71 27 20 61 67
Binary 11000101 1110011 1010100 0 101010 111001 10111 10000 110001 110111

Color Harmonies of #C57354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57354

Black with #C57354

Text Example


Text Example

White with #C57354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57354; }

 p { color: rgb(197,115,84); }

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

background-color css

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

 a { background-color: rgb(197,115,84); }

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

border-color css

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

 span { border-color: rgb(197,115,84); }

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