Html Css Color HEX #C56B54 Japonica

📋 copy color: '#C56B54'

red 197 ◦ green 107 ◦ blue 84

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

Shades of Japonica #C56B54

Tints of Japonica #C56B54

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

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

R = 50.77%
G = 27.58%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C56B54 (or 0xC56B54) is known color: Japonica. HEX triplet: C5, 6B and 54. RGB value is (197,107,84). Sum of RGB (Red+Green+Blue) = 197+107+84=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56B54 is #3A94AB. Grayscale: #838383. Windows color (decimal): -3839148 or 5532613. OLE color: 5532613.

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

Color convert

RGB 197 107 84 -
CMYK 0 0.46 0.57 0.23
HSL 12.21º 0.49% 0.55% -
HSV(B) 12.21º 0.57% 0.77% -
XYZ 29.88 23.03 11.26 -
YUV 131.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 197 107 84 0 0.46 0.57 0.23 12.21 0.49 0.55
Hex C5 6B 54 0 2E 39 17 C 31 37
Octal 305 153 124 0 56 71 27 14 61 67
Binary 11000101 1101011 1010100 0 101110 111001 10111 1100 110001 110111

Color Harmonies of #C56B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56B54

Black with #C56B54

Text Example


Text Example

White with #C56B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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