#C0735A

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

Shades of Japonica #C0735A

Tints of Japonica #C0735A

Color information

#C0735A (or 0xC0735A) is unknown color: approx Japonica. HEX triplet: C0, 73 and 5A. RGB value is (192,115,90). Sum of RGB (Red+Green+Blue) = 192+115+90=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0735A is #3F8CA5. Grayscale: #878787. Windows color (decimal): -4164774 or 5927872. OLE color: 5927872.

HSL color Cylindrical-coordinate representation of color #C0735A: hue angle of 14.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0735A is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19211590-
CMYK00.400.530.25
HSL14.71º44.74%55.29%-
HSV(B)14.71º53.12%75.29%-
XYZ29.7124.2112.78-
YUV135.17102.51168.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=48.36%
G=28.97%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921159000.400.530.2514.7144.7455.29
HexC0735A0283519f2d37
Octal3001631320506531175567
Binary11000000111001110110100101000110101110011111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0735A; }

 p { color: rgb(192,115,90); }

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

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

 a { background-color: rgb(192,115,90); }

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

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

 span { border-color: rgb(192,115,90); }

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