Html Css Color HEX #C56B55 Japonica

📋 copy color: '#C56B55'

red 197 ◦ green 107 ◦ blue 85

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

Shades of Japonica #C56B55

Tints of Japonica #C56B55

RGB

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

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

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

R = 50.64%
G = 27.51%
B = 21.85%

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

#C56B55 (or 0xC56B55) is known color: Japonica. HEX triplet: C5, 6B and 55. RGB value is (197,107,85). Sum of RGB (Red+Green+Blue) = 197+107+85=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56B55 is #3A94AA. Grayscale: #838383. Windows color (decimal): -3839147 or 5598149. OLE color: 5598149.

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

Color convert

RGB 197 107 85 -
CMYK 0 0.46 0.57 0.23
HSL 11.79º 0.49% 0.55% -
HSV(B) 11.79º 0.57% 0.77% -
XYZ 29.92 23.04 11.46 -
YUV 131.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 197 107 85 0 0.46 0.57 0.23 11.79 0.49 0.55
Hex C5 6B 55 0 2E 39 17 C 31 37
Octal 305 153 125 0 56 71 27 14 61 67
Binary 11000101 1101011 1010101 0 101110 111001 10111 1100 110001 110111

Color Harmonies of #C56B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56B55

Black with #C56B55

Text Example


Text Example

White with #C56B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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