#C77055

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

Shades of Japonica #C77055

Tints of Japonica #C77055

Color information

#C77055 (or 0xC77055) is unknown color: approx Japonica. HEX triplet: C7, 70 and 55. RGB value is (199,112,85). Sum of RGB (Red+Green+Blue) = 199+112+85=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C77055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77055 is #388FAA. Grayscale: #878787. Windows color (decimal): -3706795 or 5599431. OLE color: 5599431.

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

Color convert

RGB19911285-
CMYK00.440.570.22
HSL14.21º50.44%55.69%-
HSV(B)14.21º57.29%78.04%-
XYZ30.9924.3911.67-
YUV134.9499.82173.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.25%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=50.25%
G=28.28%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991128500.440.570.2214.2150.4455.69
HexC7705502C3916e3238
Octal3071601250547126166270
Binary11000111111000010101010101100111001101101110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77055; }

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

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

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

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

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

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

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

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