#C76C5C

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

Shades of Japonica #C76C5C

Tints of Japonica #C76C5C

Color information

#C76C5C (or 0xC76C5C) is unknown color: approx Japonica. HEX triplet: C7, 6C and 5C. RGB value is (199,108,92). Sum of RGB (Red+Green+Blue) = 199+108+92=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C5C is #3893A3. Grayscale: #858585. Windows color (decimal): -3707812 or 6057159. OLE color: 6057159.

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

Color convert

RGB19910892-
CMYK00.460.540.22
HSL8.97º48.86%57.06%-
HSV(B)8.97º53.77%78.04%-
XYZ30.8523.6413.06-
YUV133.38104.65174.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.87%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=49.87%
G=27.07%
B=23.06%

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
Decimal1991089200.460.540.228.9748.8657.06
HexC76C5C02E361693139
Octal3071541340566626116171
Binary11000111110110010111000101110110110101101001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76C5C; }

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

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

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

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

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

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

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

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