Html Css Color HEX #C57256 Japonica

📋 copy color: '#C57256'

red 197 ◦ green 114 ◦ blue 86

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

Shades of Japonica #C57256

Tints of Japonica #C57256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.72%

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

R = 49.62%
G = 28.72%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C57256 (or 0xC57256) is known color: Japonica. HEX triplet: C5, 72 and 56. RGB value is (197,114,86). Sum of RGB (Red+Green+Blue) = 197+114+86=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C57256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57256 is #3A8DA9. Grayscale: #878787. Windows color (decimal): -3837354 or 5665477. OLE color: 5665477.

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

Color convert

RGB 197 114 86 -
CMYK 0 0.42 0.56 0.23
HSL 15.14º 0.49% 0.55% -
HSV(B) 15.14º 0.56% 0.77% -
XYZ 30.72 24.58 11.93 -
YUV 135.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 197 114 86 0 0.42 0.56 0.23 15.14 0.49 0.55
Hex C5 72 56 0 2A 38 17 F 31 37
Octal 305 162 126 0 52 70 27 17 61 67
Binary 11000101 1110010 1010110 0 101010 111000 10111 1111 110001 110111

Color Harmonies of #C57256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57256

Black with #C57256

Text Example


Text Example

White with #C57256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57256; }

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

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

background-color css

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

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

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

border-color css

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

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

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