Html Css Color HEX #C57555 Japonica

📋 copy color: '#C57555'

red 197 ◦ green 117 ◦ blue 85

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

Shades of Japonica #C57555

Tints of Japonica #C57555

RGB

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

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

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

R = 49.37%
G = 29.32%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C57555 (or 0xC57555) is known color: Japonica. HEX triplet: C5, 75 and 55. RGB value is (197,117,85). Sum of RGB (Red+Green+Blue) = 197+117+85=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C57555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57555 is #3A8AAA. Grayscale: #898989. Windows color (decimal): -3836587 or 5600709. OLE color: 5600709.

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

Color convert

RGB 197 117 85 -
CMYK 0 0.41 0.57 0.23
HSL 17.14º 0.49% 0.55% -
HSV(B) 17.14º 0.57% 0.77% -
XYZ 31.03 25.25 11.83 -
YUV 137.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 197 117 85 0 0.41 0.57 0.23 17.14 0.49 0.55
Hex C5 75 55 0 29 39 17 11 31 37
Octal 305 165 125 0 51 71 27 21 61 67
Binary 11000101 1110101 1010101 0 101001 111001 10111 10001 110001 110111

Color Harmonies of #C57555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57555

Black with #C57555

Text Example


Text Example

White with #C57555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57555; }

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

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

background-color css

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

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

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

border-color css

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

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

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