Html Css Color HEX #C1795B Japonica

📋 copy color: '#C1795B'

red 193 ◦ green 121 ◦ blue 91

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

Shades of Japonica #C1795B

Tints of Japonica #C1795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.47%

R = 47.65%
G = 29.88%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1795B (or 0xC1795B) is known color: Japonica. HEX triplet: C1, 79 and 5B. RGB value is (193,121,91). Sum of RGB (Red+Green+Blue) = 193+121+91=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1795B is #3E86A4. Grayscale: #8B8B8B. Windows color (decimal): -4097701 or 5994945. OLE color: 5994945.

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

Color convert

RGB 193 121 91 -
CMYK 0 0.37 0.53 0.24
HSL 17.65º 0.45% 0.56% -
HSV(B) 17.65º 0.53% 0.76% -
XYZ 30.72 25.77 13.25 -
YUV 139.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 193 121 91 0 0.37 0.53 0.24 17.65 0.45 0.56
Hex C1 79 5B 0 25 35 18 12 2D 38
Octal 301 171 133 0 45 65 30 22 55 70
Binary 11000001 1111001 1011011 0 100101 110101 11000 10010 101101 111000

Color Harmonies of #C1795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1795B

Black with #C1795B

Text Example


Text Example

White with #C1795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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