#C07255

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

Shades of Japonica #C07255

Tints of Japonica #C07255

Color information

#C07255 (or 0xC07255) is unknown color: approx Japonica. HEX triplet: C0, 72 and 55. RGB value is (192,114,85). Sum of RGB (Red+Green+Blue) = 192+114+85=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C07255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07255 is #3F8DAA. Grayscale: #868686. Windows color (decimal): -4165035 or 5599936. OLE color: 5599936.

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

Color convert

RGB19211485-
CMYK00.410.560.25
HSL16.26º45.92%54.31%-
HSV(B)16.26º55.73%75.29%-
XYZ29.423.911.66-
YUV134.02100.34169.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.10%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=49.10%
G=29.16%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921148500.410.560.2516.2645.9254.31
HexC072550293819102e36
Octal3001621250517031205666
Binary110000001110010101010101010011110001100110000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07255; }

 p { color: rgb(192,114,85); }

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

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

 a { background-color: rgb(192,114,85); }

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

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

 span { border-color: rgb(192,114,85); }

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