Html Css Color HEX #C57955 Japonica

📋 copy color: '#C57955'

red 197 ◦ green 121 ◦ blue 85

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

Shades of Japonica #C57955

Tints of Japonica #C57955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.02%

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

R = 48.88%
G = 30.02%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C57955 (or 0xC57955) is known color: Japonica. HEX triplet: C5, 79 and 55. RGB value is (197,121,85). Sum of RGB (Red+Green+Blue) = 197+121+85=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C57955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57955 is #3A86AA. Grayscale: #8B8B8B. Windows color (decimal): -3835563 or 5601733. OLE color: 5601733.

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

Color convert

RGB 197 121 85 -
CMYK 0 0.39 0.57 0.23
HSL 19.29º 0.49% 0.55% -
HSV(B) 19.29º 0.57% 0.77% -
XYZ 31.5 26.2 11.99 -
YUV 139.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 197 121 85 0 0.39 0.57 0.23 19.29 0.49 0.55
Hex C5 79 55 0 27 39 17 13 31 37
Octal 305 171 125 0 47 71 27 23 61 67
Binary 11000101 1111001 1010101 0 100111 111001 10111 10011 110001 110111

Color Harmonies of #C57955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57955

Black with #C57955

Text Example


Text Example

White with #C57955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57955; }

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

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

background-color css

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

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

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

border-color css

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

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

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