Html Css Color HEX #C1795A Japonica

📋 copy color: '#C1795A'

red 193 ◦ green 121 ◦ blue 90

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

Shades of Japonica #C1795A

Tints of Japonica #C1795A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.28%

R = 47.77%
G = 29.95%
B = 22.28%

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

#C1795A (or 0xC1795A) is known color: Japonica. HEX triplet: C1, 79 and 5A. RGB value is (193,121,90). Sum of RGB (Red+Green+Blue) = 193+121+90=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1795A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1795A is #3E86A5. Grayscale: #8B8B8B. Windows color (decimal): -4097702 or 5929409. OLE color: 5929409.

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

Color convert

RGB 193 121 90 -
CMYK 0 0.37 0.53 0.24
HSL 18.06º 0.45% 0.55% -
HSV(B) 18.06º 0.53% 0.76% -
XYZ 30.68 25.75 13.03 -
YUV 138.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 193 121 90 0 0.37 0.53 0.24 18.06 0.45 0.55
Hex C1 79 5A 0 25 35 18 12 2D 37
Octal 301 171 132 0 45 65 30 22 55 67
Binary 11000001 1111001 1011010 0 100101 110101 11000 10010 101101 110111

Color Harmonies of #C1795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1795A

Black with #C1795A

Text Example


Text Example

White with #C1795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1795A; }

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

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

background-color css

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

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

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

border-color css

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

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

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