#C8705C

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

Shades of Japonica #C8705C

Tints of Japonica #C8705C

Color information

#C8705C (or 0xC8705C) is unknown color: approx Japonica. HEX triplet: C8, 70 and 5C. RGB value is (200,112,92). Sum of RGB (Red+Green+Blue) = 200+112+92=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8705C is #378FA3. Grayscale: #888888. Windows color (decimal): -3641252 or 6058184. OLE color: 6058184.

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

Color convert

RGB20011292-
CMYK00.440.540.22
HSL11.11º49.54%57.25%-
HSV(B)11.11º54%78.43%-
XYZ31.5524.6413.22-
YUV136.03103.15173.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.50%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 92 (36.33% from 255) = 22.77%
R=49.50%
G=27.72%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001129200.440.540.2211.1149.5457.25
HexC8705C02C3616b3239
Octal3101601340546626136271
Binary11001000111000010111000101100110110101101011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8705C; }

 p { color: rgb(200,112,92); }

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

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

 a { background-color: rgb(200,112,92); }

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

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

 span { border-color: rgb(200,112,92); }

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