Html Css Color HEX #C77058 Japonica

📋 copy color: '#C77058'

red 199 ◦ green 112 ◦ blue 88

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

Shades of Japonica #C77058

Tints of Japonica #C77058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.06%

R = 49.87%
G = 28.07%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C77058 (or 0xC77058) is known color: Japonica. HEX triplet: C7, 70 and 58. RGB value is (199,112,88). Sum of RGB (Red+Green+Blue) = 199+112+88=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C77058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77058 is #388FA7. Grayscale: #878787. Windows color (decimal): -3706792 or 5796039. OLE color: 5796039.

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

Color convert

RGB 199 112 88 -
CMYK 0 0.44 0.56 0.22
HSL 12.97º 0.5% 0.56% -
HSV(B) 12.97º 0.56% 0.78% -
XYZ 31.11 24.44 12.31 -
YUV 135.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 199 112 88 0 0.44 0.56 0.22 12.97 0.5 0.56
Hex C7 70 58 0 2C 38 16 D 32 38
Octal 307 160 130 0 54 70 26 15 62 70
Binary 11000111 1110000 1011000 0 101100 111000 10110 1101 110010 111000

Color Harmonies of #C77058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77058

Black with #C77058

Text Example


Text Example

White with #C77058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77058; }

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

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

background-color css

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

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

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

border-color css

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

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

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