#C76C55

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

Shades of Japonica #C76C55

Tints of Japonica #C76C55

Color information

#C76C55 (or 0xC76C55) is unknown color: approx Japonica. HEX triplet: C7, 6C and 55. RGB value is (199,108,85). Sum of RGB (Red+Green+Blue) = 199+108+85=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C55 is #3893AA. Grayscale: #848484. Windows color (decimal): -3707819 or 5598407. OLE color: 5598407.

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

Color convert

RGB19910885-
CMYK00.460.570.22
HSL12.11º50.44%55.69%-
HSV(B)12.11º57.29%78.04%-
XYZ30.5623.5211.52-
YUV132.59101.15175.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.77%
GREEN value IS 108 (42.58% from 255) = 27.55%
BLUE value IS 85 (33.59% from 255) = 21.68%
R=50.77%
G=27.55%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991088500.460.570.2212.1150.4455.69
HexC76C5502E3916c3238
Octal3071541250567126146270
Binary11000111110110010101010101110111001101101100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76C55; }

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

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

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

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

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

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

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

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