Html Css Color HEX #C56C56 Japonica

📋 copy color: '#C56C56'

red 197 ◦ green 108 ◦ blue 86

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

Shades of Japonica #C56C56

Tints of Japonica #C56C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.99%

R = 50.38%
G = 27.62%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C56C56 (or 0xC56C56) is known color: Japonica. HEX triplet: C5, 6C and 56. RGB value is (197,108,86). Sum of RGB (Red+Green+Blue) = 197+108+86=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56C56 is #3A93A9. Grayscale: #848484. Windows color (decimal): -3838890 or 5663941. OLE color: 5663941.

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

Color convert

RGB 197 108 86 -
CMYK 0 0.45 0.56 0.23
HSL 11.89º 0.49% 0.55% -
HSV(B) 11.89º 0.56% 0.77% -
XYZ 30.07 23.27 11.71 -
YUV 132.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 197 108 86 0 0.45 0.56 0.23 11.89 0.49 0.55
Hex C5 6C 56 0 2D 38 17 C 31 37
Octal 305 154 126 0 55 70 27 14 61 67
Binary 11000101 1101100 1010110 0 101101 111000 10111 1100 110001 110111

Color Harmonies of #C56C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C56

Black with #C56C56

Text Example


Text Example

White with #C56C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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