#C0795C

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

Shades of Japonica #C0795C

Tints of Japonica #C0795C

Color information

#C0795C (or 0xC0795C) is unknown color: approx Japonica. HEX triplet: C0, 79 and 5C. RGB value is (192,121,92). Sum of RGB (Red+Green+Blue) = 192+121+92=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0795C is #3F86A3. Grayscale: #8B8B8B. Windows color (decimal): -4163236 or 6060480. OLE color: 6060480.

HSL color Cylindrical-coordinate representation of color #C0795C: hue angle of 17.4º 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 #C0795C is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19212192-
CMYK00.370.520.25
HSL17.4º44.25%55.69%-
HSV(B)17.4º52.08%75.29%-
XYZ30.5125.6513.47-
YUV138.92101.52165.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=47.41%
G=29.88%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921219200.370.520.2517.444.2555.69
HexC0795C0253419112c38
Octal3001711340456431215470
Binary110000001111001101110001001011101001100110001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0795C; }

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

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

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

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

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

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

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

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