#C0705C

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

Shades of Japonica #C0705C

Tints of Japonica #C0705C

Color information

#C0705C (or 0xC0705C) is unknown color: approx Japonica. HEX triplet: C0, 70 and 5C. RGB value is (192,112,92). Sum of RGB (Red+Green+Blue) = 192+112+92=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0705C is #3F8FA3. Grayscale: #858585. Windows color (decimal): -4165540 or 6058176. OLE color: 6058176.

HSL color Cylindrical-coordinate representation of color #C0705C: hue angle of 12º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0705C is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19211292-
CMYK00.420.520.25
HSL12º44.25%55.69%-
HSV(B)12º52.08%75.29%-
XYZ29.4623.5713.12-
YUV133.64104.5169.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.48%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=48.48%
G=28.28%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921129200.420.520.251244.2555.69
HexC0705C02A3419c2c38
Octal3001601340526431145470
Binary11000000111000010111000101010110100110011100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0705C; }

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

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

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

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

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

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

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

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