Html Css Color HEX #C57656 Japonica

📋 copy color: '#C57656'

red 197 ◦ green 118 ◦ blue 86

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

Shades of Japonica #C57656

Tints of Japonica #C57656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.43%

 BLUE value IS 86 (33.98% from 255) = 21.45%

R = 49.13%
G = 29.43%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C57656 (or 0xC57656) is known color: Japonica. HEX triplet: C5, 76 and 56. RGB value is (197,118,86). Sum of RGB (Red+Green+Blue) = 197+118+86=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C57656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57656 is #3A89A9. Grayscale: #8A8A8A. Windows color (decimal): -3836330 or 5666501. OLE color: 5666501.

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

Color convert

RGB 197 118 86 -
CMYK 0 0.40 0.56 0.23
HSL 17.3º 0.49% 0.55% -
HSV(B) 17.3º 0.56% 0.77% -
XYZ 31.18 25.5 12.08 -
YUV 137.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 197 118 86 0 0.40 0.56 0.23 17.3 0.49 0.55
Hex C5 76 56 0 28 38 17 11 31 37
Octal 305 166 126 0 50 70 27 21 61 67
Binary 11000101 1110110 1010110 0 101000 111000 10111 10001 110001 110111

Color Harmonies of #C57656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57656

Black with #C57656

Text Example


Text Example

White with #C57656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57656; }

 p { color: rgb(197,118,86); }

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

background-color css

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

 a { background-color: rgb(197,118,86); }

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

border-color css

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

 span { border-color: rgb(197,118,86); }

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