Html Css Color HEX #C56C58 Japonica

📋 copy color: '#C56C58'

red 197 ◦ green 108 ◦ blue 88

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

Shades of Japonica #C56C58

Tints of Japonica #C56C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.39%

R = 50.13%
G = 27.48%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C56C58 (or 0xC56C58) is known color: Japonica. HEX triplet: C5, 6C and 58. RGB value is (197,108,88). Sum of RGB (Red+Green+Blue) = 197+108+88=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56C58 is #3A93A7. Grayscale: #848484. Windows color (decimal): -3838888 or 5795013. OLE color: 5795013.

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

Color convert

RGB 197 108 88 -
CMYK 0 0.45 0.55 0.23
HSL 11.01º 0.48% 0.56% -
HSV(B) 11.01º 0.55% 0.77% -
XYZ 30.15 23.3 12.14 -
YUV 132.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 197 108 88 0 0.45 0.55 0.23 11.01 0.48 0.56
Hex C5 6C 58 0 2D 37 17 B 30 38
Octal 305 154 130 0 55 67 27 13 60 70
Binary 11000101 1101100 1011000 0 101101 110111 10111 1011 110000 111000

Color Harmonies of #C56C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C58

Black with #C56C58

Text Example


Text Example

White with #C56C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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