Html Css Color HEX #C0795E Japonica

📋 copy color: '#C0795E'

red 192 ◦ green 121 ◦ blue 94

#C0795E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #C0795E

Tints of Japonica #C0795E

RGB

 RED value IS 192 (75.39% from 255) = 47.17%

 GREEN value IS 121 (47.66% from 255) = 29.73%

 BLUE value IS 94 (37.11% from 255) = 23.1%

R = 47.17%
G = 29.73%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0795E (or 0xC0795E) is known color: Japonica. HEX triplet: C0, 79 and 5E. RGB value is (192,121,94). Sum of RGB (Red+Green+Blue) = 192+121+94=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0795E is #3F86A1. Grayscale: #8B8B8B. Windows color (decimal): -4163234 or 6191552. OLE color: 6191552.

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

Color convert

RGB 192 121 94 -
CMYK 0 0.37 0.51 0.25
HSL 16.53º 0.44% 0.56% -
HSV(B) 16.53º 0.51% 0.75% -
XYZ 30.6 25.69 13.94 -
YUV 139.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 192 121 94 0 0.37 0.51 0.25 16.53 0.44 0.56
Hex C0 79 5E 0 25 33 19 11 2C 38
Octal 300 171 136 0 45 63 31 21 54 70
Binary 11000000 1111001 1011110 0 100101 110011 11001 10001 101100 111000

Color Harmonies of #C0795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0795E

Black with #C0795E

Text Example


Text Example

White with #C0795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0795E; }

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

 H1.HeaderClassName
 {
   color: #C0795E;
 }
 .AnyTagClassName
 {
   color: #C0795E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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