Html Css Color HEX #C77156 Japonica

📋 copy color: '#C77156'

red 199 ◦ green 113 ◦ blue 86

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

Shades of Japonica #C77156

Tints of Japonica #C77156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.39%

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

R = 50%
G = 28.39%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C77156 (or 0xC77156) is known color: Japonica. HEX triplet: C7, 71 and 56. RGB value is (199,113,86). Sum of RGB (Red+Green+Blue) = 199+113+86=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C77156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77156 is #388EA9. Grayscale: #878787. Windows color (decimal): -3706538 or 5665223. OLE color: 5665223.

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

Color convert

RGB 199 113 86 -
CMYK 0 0.43 0.57 0.22
HSL 14.34º 0.5% 0.56% -
HSV(B) 14.34º 0.57% 0.78% -
XYZ 31.14 24.62 11.92 -
YUV 135.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 199 113 86 0 0.43 0.57 0.22 14.34 0.5 0.56
Hex C7 71 56 0 2B 39 16 E 32 38
Octal 307 161 126 0 53 71 26 16 62 70
Binary 11000111 1110001 1010110 0 101011 111001 10110 1110 110010 111000

Color Harmonies of #C77156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77156

Black with #C77156

Text Example


Text Example

White with #C77156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77156; }

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

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

background-color css

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

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

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

border-color css

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

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

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