#C77355

Color #C77355 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #C77355

Tints of Japonica #C77355

Color information

#C77355 (or 0xC77355) is unknown color: approx Japonica. HEX triplet: C7, 73 and 55. RGB value is (199,115,85). Sum of RGB (Red+Green+Blue) = 199+115+85=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C77355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77355 is #388CAA. Grayscale: #888888. Windows color (decimal): -3706027 or 5600199. OLE color: 5600199.

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

Color convert

RGB19911585-
CMYK00.420.570.22
HSL15.79º50.44%55.69%-
HSV(B)15.79º57.29%78.04%-
XYZ31.3225.0611.78-
YUV136.798.83172.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.87%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 85 (33.59% from 255) = 21.30%
R=49.87%
G=28.82%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991158500.420.570.2215.7950.4455.69
HexC7735502A3916103238
Octal3071631250527126206270
Binary110001111110011101010101010101110011011010000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77355; }

 p { color: rgb(199,115,85); }

 H1.HeaderClassName
 {
   color: #C77355;
 }
 .AnyTagClassName
 {
   color: #C77355;
 }
</style>
background-color css

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

 a { background-color: rgb(199,115,85); }

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

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

 span { border-color: rgb(199,115,85); }

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