Html Css Color HEX #C56E54 Japonica

📋 copy color: '#C56E54'

red 197 ◦ green 110 ◦ blue 84

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

Shades of Japonica #C56E54

Tints of Japonica #C56E54

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.13%

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

R = 50.38%
G = 28.13%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C56E54 (or 0xC56E54) is known color: Japonica. HEX triplet: C5, 6E and 54. RGB value is (197,110,84). Sum of RGB (Red+Green+Blue) = 197+110+84=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56E54 is #3A91AB. Grayscale: #858585. Windows color (decimal): -3838380 or 5533381. OLE color: 5533381.

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

Color convert

RGB 197 110 84 -
CMYK 0 0.44 0.57 0.23
HSL 13.81º 0.49% 0.55% -
HSV(B) 13.81º 0.57% 0.77% -
XYZ 30.2 23.66 11.36 -
YUV 133.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 197 110 84 0 0.44 0.57 0.23 13.81 0.49 0.55
Hex C5 6E 54 0 2C 39 17 E 31 37
Octal 305 156 124 0 54 71 27 16 61 67
Binary 11000101 1101110 1010100 0 101100 111001 10111 1110 110001 110111

Color Harmonies of #C56E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56E54

Black with #C56E54

Text Example


Text Example

White with #C56E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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