Html Css Color HEX #C56C53 Japonica

📋 copy color: '#C56C53'

red 197 ◦ green 108 ◦ blue 83

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

Shades of Japonica #C56C53

Tints of Japonica #C56C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.39%

R = 50.77%
G = 27.84%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C56C53 (or 0xC56C53) is known color: Japonica. HEX triplet: C5, 6C and 53. RGB value is (197,108,83). Sum of RGB (Red+Green+Blue) = 197+108+83=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56C53 is #3A93AC. Grayscale: #838383. Windows color (decimal): -3838893 or 5467333. OLE color: 5467333.

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

Color convert

RGB 197 108 83 -
CMYK 0 0.45 0.58 0.23
HSL 13.16º 0.5% 0.55% -
HSV(B) 13.16º 0.58% 0.77% -
XYZ 29.95 23.22 11.09 -
YUV 131.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 197 108 83 0 0.45 0.58 0.23 13.16 0.5 0.55
Hex C5 6C 53 0 2D 3A 17 D 32 37
Octal 305 154 123 0 55 72 27 15 62 67
Binary 11000101 1101100 1010011 0 101101 111010 10111 1101 110010 110111

Color Harmonies of #C56C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C53

Black with #C56C53

Text Example


Text Example

White with #C56C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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