Html Css Color HEX #C56C54 Japonica

📋 copy color: '#C56C54'

red 197 ◦ green 108 ◦ blue 84

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

Shades of Japonica #C56C54

Tints of Japonica #C56C54

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.76%

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

R = 50.64%
G = 27.76%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C56C54 (or 0xC56C54) is known color: Japonica. HEX triplet: C5, 6C and 54. RGB value is (197,108,84). Sum of RGB (Red+Green+Blue) = 197+108+84=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56C54 is #3A93AB. Grayscale: #848484. Windows color (decimal): -3838892 or 5532869. OLE color: 5532869.

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

Color convert

RGB 197 108 84 -
CMYK 0 0.45 0.57 0.23
HSL 12.74º 0.49% 0.55% -
HSV(B) 12.74º 0.57% 0.77% -
XYZ 29.99 23.24 11.29 -
YUV 131.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 197 108 84 0 0.45 0.57 0.23 12.74 0.49 0.55
Hex C5 6C 54 0 2D 39 17 D 31 37
Octal 305 154 124 0 55 71 27 15 61 67
Binary 11000101 1101100 1010100 0 101101 111001 10111 1101 110001 110111

Color Harmonies of #C56C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C54

Black with #C56C54

Text Example


Text Example

White with #C56C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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