Html Css Color HEX #C77056 Japonica

📋 copy color: '#C77056'

red 199 ◦ green 112 ◦ blue 86

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

Shades of Japonica #C77056

Tints of Japonica #C77056

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.21%

 BLUE value IS 86 (33.98% from 255) = 21.66%

R = 50.13%
G = 28.21%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C77056 (or 0xC77056) is known color: Japonica. HEX triplet: C7, 70 and 56. RGB value is (199,112,86). Sum of RGB (Red+Green+Blue) = 199+112+86=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C77056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77056 is #388FA9. Grayscale: #878787. Windows color (decimal): -3706794 or 5664967. OLE color: 5664967.

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

Color convert

RGB 199 112 86 -
CMYK 0 0.44 0.57 0.22
HSL 13.81º 0.5% 0.56% -
HSV(B) 13.81º 0.57% 0.78% -
XYZ 31.03 24.4 11.88 -
YUV 135.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 199 112 86 0 0.44 0.57 0.22 13.81 0.5 0.56
Hex C7 70 56 0 2C 39 16 E 32 38
Octal 307 160 126 0 54 71 26 16 62 70
Binary 11000111 1110000 1010110 0 101100 111001 10110 1110 110010 111000

Color Harmonies of #C77056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77056

Black with #C77056

Text Example


Text Example

White with #C77056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77056; }

 p { color: rgb(199,112,86); }

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

background-color css

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

 a { background-color: rgb(199,112,86); }

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

border-color css

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

 span { border-color: rgb(199,112,86); }

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