Html Css Color HEX #C1795E Japonica

📋 copy color: '#C1795E'

red 193 ◦ green 121 ◦ blue 94

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

Shades of Japonica #C1795E

Tints of Japonica #C1795E

RGB

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

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

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

R = 47.3%
G = 29.66%
B = 23.04%

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

#C1795E (or 0xC1795E) is known color: Japonica. HEX triplet: C1, 79 and 5E. RGB value is (193,121,94). Sum of RGB (Red+Green+Blue) = 193+121+94=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1795E is #3E86A1. Grayscale: #8B8B8B. Windows color (decimal): -4097698 or 6191553. OLE color: 6191553.

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

Color convert

RGB 193 121 94 -
CMYK 0 0.37 0.51 0.24
HSL 16.36º 0.44% 0.56% -
HSV(B) 16.36º 0.51% 0.76% -
XYZ 30.85 25.82 13.95 -
YUV 139.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 193 121 94 0 0.37 0.51 0.24 16.36 0.44 0.56
Hex C1 79 5E 0 25 33 18 10 2C 38
Octal 301 171 136 0 45 63 30 20 54 70
Binary 11000001 1111001 1011110 0 100101 110011 11000 10000 101100 111000

Color Harmonies of #C1795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1795E

Black with #C1795E

Text Example


Text Example

White with #C1795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1795E; }

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

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

background-color css

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

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

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

border-color css

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

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

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