#C76B5C

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

Shades of Japonica #C76B5C

Tints of Japonica #C76B5C

Color information

#C76B5C (or 0xC76B5C) is unknown color: approx Japonica. HEX triplet: C7, 6B and 5C. RGB value is (199,107,92). Sum of RGB (Red+Green+Blue) = 199+107+92=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76B5C is #3894A3. Grayscale: #848484. Windows color (decimal): -3708068 or 6056903. OLE color: 6056903.

HSL color Cylindrical-coordinate representation of color #C76B5C: hue angle of 8.41º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C76B5C is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19910792-
CMYK00.460.540.22
HSL8.41º48.86%57.06%-
HSV(B)8.41º53.77%78.04%-
XYZ30.7423.4313.03-
YUV132.8104.98175.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50%
GREEN value IS 107 (42.19% from 255) = 26.88%
BLUE value IS 92 (36.33% from 255) = 23.12%
R=50%
G=26.88%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991079200.460.540.228.4148.8657.06
HexC76B5C02E361683139
Octal3071531340566626106171
Binary11000111110101110111000101110110110101101000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76B5C; }

 p { color: rgb(199,107,92); }

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

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

 a { background-color: rgb(199,107,92); }

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

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

 span { border-color: rgb(199,107,92); }

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