Html Css Color HEX #C57455 Japonica

📋 copy color: '#C57455'

red 197 ◦ green 116 ◦ blue 85

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

Shades of Japonica #C57455

Tints of Japonica #C57455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.15%

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

R = 49.5%
G = 29.15%
B = 21.36%

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

#C57455 (or 0xC57455) is known color: Japonica. HEX triplet: C5, 74 and 55. RGB value is (197,116,85). Sum of RGB (Red+Green+Blue) = 197+116+85=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C57455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57455 is #3A8BAA. Grayscale: #888888. Windows color (decimal): -3836843 or 5600453. OLE color: 5600453.

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

Color convert

RGB 197 116 85 -
CMYK 0 0.41 0.57 0.23
HSL 16.61º 0.49% 0.55% -
HSV(B) 16.61º 0.57% 0.77% -
XYZ 30.91 25.02 11.79 -
YUV 136.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 197 116 85 0 0.41 0.57 0.23 16.61 0.49 0.55
Hex C5 74 55 0 29 39 17 11 31 37
Octal 305 164 125 0 51 71 27 21 61 67
Binary 11000101 1110100 1010101 0 101001 111001 10111 10001 110001 110111

Color Harmonies of #C57455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57455

Black with #C57455

Text Example


Text Example

White with #C57455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57455; }

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

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

background-color css

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

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

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

border-color css

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

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

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