Html Css Color HEX #C7745E Japonica

📋 copy color: '#C7745E'

red 199 ◦ green 116 ◦ blue 94

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

Shades of Japonica #C7745E

Tints of Japonica #C7745E

RGB

 RED value IS 199 (78.13% from 255) = 48.66%

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

 BLUE value IS 94 (37.11% from 255) = 22.98%

R = 48.66%
G = 28.36%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7745E (or 0xC7745E) is known color: Japonica. HEX triplet: C7, 74 and 5E. RGB value is (199,116,94). Sum of RGB (Red+Green+Blue) = 199+116+94=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7745E is #388BA1. Grayscale: #8A8A8A. Windows color (decimal): -3705762 or 6190279. OLE color: 6190279.

HSL color Cylindrical-coordinate representation of color #C7745E: hue angle of 12.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7745E is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 116 94 -
CMYK 0 0.42 0.53 0.22
HSL 12.57º 0.48% 0.57% -
HSV(B) 12.57º 0.53% 0.78% -
XYZ 31.82 25.44 13.82 -
YUV 138.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 199 116 94 0 0.42 0.53 0.22 12.57 0.48 0.57
Hex C7 74 5E 0 2A 35 16 D 30 39
Octal 307 164 136 0 52 65 26 15 60 71
Binary 11000111 1110100 1011110 0 101010 110101 10110 1101 110000 111001

Color Harmonies of #C7745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7745E

Black with #C7745E

Text Example


Text Example

White with #C7745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7745E; }

 p { color: rgb(199,116,94); }

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

background-color css

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

 a { background-color: rgb(199,116,94); }

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

border-color css

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

 span { border-color: rgb(199,116,94); }

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