Html Css Color HEX #C7745F Japonica

📋 copy color: '#C7745F'

red 199 ◦ green 116 ◦ blue 95

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

Shades of Japonica #C7745F

Tints of Japonica #C7745F

RGB

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

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

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

R = 48.54%
G = 28.29%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7745F (or 0xC7745F) is known color: Japonica. HEX triplet: C7, 74 and 5F. RGB value is (199,116,95). Sum of RGB (Red+Green+Blue) = 199+116+95=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7745F is #388BA0. Grayscale: #8A8A8A. Windows color (decimal): -3705761 or 6255815. OLE color: 6255815.

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

Color convert

RGB 199 116 95 -
CMYK 0 0.42 0.52 0.22
HSL 12.12º 0.48% 0.58% -
HSV(B) 12.12º 0.52% 0.78% -
XYZ 31.86 25.46 14.06 -
YUV 138.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 199 116 95 0 0.42 0.52 0.22 12.12 0.48 0.58
Hex C7 74 5F 0 2A 34 16 C 30 3A
Octal 307 164 137 0 52 64 26 14 60 72
Binary 11000111 1110100 1011111 0 101010 110100 10110 1100 110000 111010

Color Harmonies of #C7745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7745F

Black with #C7745F

Text Example


Text Example

White with #C7745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7745F; }

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

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

background-color css

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

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

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

border-color css

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

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

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