Html Css Color HEX #C56C55 Japonica

📋 copy color: '#C56C55'

red 197 ◦ green 108 ◦ blue 85

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

Shades of Japonica #C56C55

Tints of Japonica #C56C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.79%

R = 50.51%
G = 27.69%
B = 21.79%

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

#C56C55 (or 0xC56C55) is known color: Japonica. HEX triplet: C5, 6C and 55. RGB value is (197,108,85). Sum of RGB (Red+Green+Blue) = 197+108+85=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56C55 is #3A93AA. Grayscale: #848484. Windows color (decimal): -3838891 or 5598405. OLE color: 5598405.

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

Color convert

RGB 197 108 85 -
CMYK 0 0.45 0.57 0.23
HSL 12.32º 0.49% 0.55% -
HSV(B) 12.32º 0.57% 0.77% -
XYZ 30.03 23.25 11.5 -
YUV 131.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 197 108 85 0 0.45 0.57 0.23 12.32 0.49 0.55
Hex C5 6C 55 0 2D 39 17 C 31 37
Octal 305 154 125 0 55 71 27 14 61 67
Binary 11000101 1101100 1010101 0 101101 111001 10111 1100 110001 110111

Color Harmonies of #C56C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C55

Black with #C56C55

Text Example


Text Example

White with #C56C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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