Html Css Color HEX #C0795F Japonica

📋 copy color: '#C0795F'

red 192 ◦ green 121 ◦ blue 95

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

Shades of Japonica #C0795F

Tints of Japonica #C0795F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.28%

R = 47.06%
G = 29.66%
B = 23.28%

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

#C0795F (or 0xC0795F) is known color: Japonica. HEX triplet: C0, 79 and 5F. RGB value is (192,121,95). Sum of RGB (Red+Green+Blue) = 192+121+95=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C0795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0795F is #3F86A0. Grayscale: #8B8B8B. Windows color (decimal): -4163233 or 6257088. OLE color: 6257088.

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

Color convert

RGB 192 121 95 -
CMYK 0 0.37 0.51 0.25
HSL 16.08º 0.43% 0.56% -
HSV(B) 16.08º 0.51% 0.75% -
XYZ 30.64 25.71 14.17 -
YUV 139.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 192 121 95 0 0.37 0.51 0.25 16.08 0.43 0.56
Hex C0 79 5F 0 25 33 19 10 2B 38
Octal 300 171 137 0 45 63 31 20 53 70
Binary 11000000 1111001 1011111 0 100101 110011 11001 10000 101011 111000

Color Harmonies of #C0795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0795F

Black with #C0795F

Text Example


Text Example

White with #C0795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0795F; }

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

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

background-color css

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

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

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

border-color css

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

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

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