Html Css Color HEX #C57254 Japonica

📋 copy color: '#C57254'

red 197 ◦ green 114 ◦ blue 84

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

Shades of Japonica #C57254

Tints of Japonica #C57254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.27%

R = 49.87%
G = 28.86%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C57254 (or 0xC57254) is known color: Japonica. HEX triplet: C5, 72 and 54. RGB value is (197,114,84). Sum of RGB (Red+Green+Blue) = 197+114+84=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C57254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57254 is #3A8DAB. Grayscale: #878787. Windows color (decimal): -3837356 or 5534405. OLE color: 5534405.

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

Color convert

RGB 197 114 84 -
CMYK 0 0.42 0.57 0.23
HSL 15.93º 0.49% 0.55% -
HSV(B) 15.93º 0.57% 0.77% -
XYZ 30.64 24.55 11.51 -
YUV 135.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 197 114 84 0 0.42 0.57 0.23 15.93 0.49 0.55
Hex C5 72 54 0 2A 39 17 10 31 37
Octal 305 162 124 0 52 71 27 20 61 67
Binary 11000101 1110010 1010100 0 101010 111001 10111 10000 110001 110111

Color Harmonies of #C57254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57254

Black with #C57254

Text Example


Text Example

White with #C57254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57254; }

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

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

background-color css

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

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

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

border-color css

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

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

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