Html Css Color HEX #C1795F Japonica

📋 copy color: '#C1795F'

red 193 ◦ green 121 ◦ blue 95

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

Shades of Japonica #C1795F

Tints of Japonica #C1795F

RGB

 RED value IS 193 (75.78% from 255) = 47.19%

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

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

R = 47.19%
G = 29.58%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1795F (or 0xC1795F) is known color: Japonica. HEX triplet: C1, 79 and 5F. RGB value is (193,121,95). Sum of RGB (Red+Green+Blue) = 193+121+95=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C1795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1795F is #3E86A0. Grayscale: #8B8B8B. Windows color (decimal): -4097697 or 6257089. OLE color: 6257089.

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

Color convert

RGB 193 121 95 -
CMYK 0 0.37 0.51 0.24
HSL 15.92º 0.44% 0.56% -
HSV(B) 15.92º 0.51% 0.76% -
XYZ 30.9 25.84 14.19 -
YUV 139.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 193 121 95 0 0.37 0.51 0.24 15.92 0.44 0.56
Hex C1 79 5F 0 25 33 18 10 2C 38
Octal 301 171 137 0 45 63 30 20 54 70
Binary 11000001 1111001 1011111 0 100101 110011 11000 10000 101100 111000

Color Harmonies of #C1795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1795F

Black with #C1795F

Text Example


Text Example

White with #C1795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1795F; }

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

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

background-color css

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

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

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

border-color css

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

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

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