#C77254

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

Shades of Japonica #C77254

Tints of Japonica #C77254

Color information

#C77254 (or 0xC77254) is unknown color: approx Japonica. HEX triplet: C7, 72 and 54. RGB value is (199,114,84). Sum of RGB (Red+Green+Blue) = 199+114+84=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C77254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77254 is #388DAB. Grayscale: #888888. Windows color (decimal): -3706284 or 5534407. OLE color: 5534407.

HSL color Cylindrical-coordinate representation of color #C77254: hue angle of 15.65º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C77254 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB19911484-
CMYK00.430.580.22
HSL15.65º50.66%55.49%-
HSV(B)15.65º57.79%78.04%-
XYZ31.1724.8211.53-
YUV135.9998.66172.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.13%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 84 (33.20% from 255) = 21.16%
R=50.13%
G=28.72%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991148400.430.580.2215.6550.6655.49
HexC7725402B3A16103337
Octal3071621240537226206367
Binary110001111110010101010001010111110101011010000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77254; }

 p { color: rgb(199,114,84); }

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

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

 a { background-color: rgb(199,114,84); }

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

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

 span { border-color: rgb(199,114,84); }

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