Html Css Color HEX #C57556 Japonica

📋 copy color: '#C57556'

red 197 ◦ green 117 ◦ blue 86

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

Shades of Japonica #C57556

Tints of Japonica #C57556

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.25%

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

R = 49.25%
G = 29.25%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C57556 (or 0xC57556) is known color: Japonica. HEX triplet: C5, 75 and 56. RGB value is (197,117,86). Sum of RGB (Red+Green+Blue) = 197+117+86=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C57556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57556 is #3A8AA9. Grayscale: #898989. Windows color (decimal): -3836586 or 5666245. OLE color: 5666245.

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

Color convert

RGB 197 117 86 -
CMYK 0 0.41 0.56 0.23
HSL 16.76º 0.49% 0.55% -
HSV(B) 16.76º 0.56% 0.77% -
XYZ 31.07 25.26 12.04 -
YUV 137.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 197 117 86 0 0.41 0.56 0.23 16.76 0.49 0.55
Hex C5 75 56 0 29 38 17 11 31 37
Octal 305 165 126 0 51 70 27 21 61 67
Binary 11000101 1110101 1010110 0 101001 111000 10111 10001 110001 110111

Color Harmonies of #C57556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57556

Black with #C57556

Text Example


Text Example

White with #C57556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57556; }

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

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

background-color css

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

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

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

border-color css

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

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

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