Html Css Color HEX #C5745F Japonica

📋 copy color: '#C5745F'

red 197 ◦ green 116 ◦ blue 95

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

Shades of Japonica #C5745F

Tints of Japonica #C5745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.28%

R = 48.28%
G = 28.43%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5745F (or 0xC5745F) is known color: Japonica. HEX triplet: C5, 74 and 5F. RGB value is (197,116,95). Sum of RGB (Red+Green+Blue) = 197+116+95=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5745F is #3A8BA0. Grayscale: #898989. Windows color (decimal): -3836833 or 6255813. OLE color: 6255813.

HSL color Cylindrical-coordinate representation of color #C5745F: hue angle of 12.35º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5745F is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 116 95 -
CMYK 0 0.41 0.52 0.23
HSL 12.35º 0.47% 0.57% -
HSV(B) 12.35º 0.52% 0.77% -
XYZ 31.34 25.19 14.04 -
YUV 137.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 197 116 95 0 0.41 0.52 0.23 12.35 0.47 0.57
Hex C5 74 5F 0 29 34 17 C 2F 39
Octal 305 164 137 0 51 64 27 14 57 71
Binary 11000101 1110100 1011111 0 101001 110100 10111 1100 101111 111001

Color Harmonies of #C5745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5745F

Black with #C5745F

Text Example


Text Example

White with #C5745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5745F; }

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

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

background-color css

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

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

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

border-color css

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

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

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