Html Css Color HEX #C1775E Japonica

📋 copy color: '#C1775E'

red 193 ◦ green 119 ◦ blue 94

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

Shades of Japonica #C1775E

Tints of Japonica #C1775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.31%

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

R = 47.54%
G = 29.31%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1775E (or 0xC1775E) is known color: Japonica. HEX triplet: C1, 77 and 5E. RGB value is (193,119,94). Sum of RGB (Red+Green+Blue) = 193+119+94=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1775E is #3E88A1. Grayscale: #8A8A8A. Windows color (decimal): -4098210 or 6191041. OLE color: 6191041.

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

Color convert

RGB 193 119 94 -
CMYK 0 0.38 0.51 0.24
HSL 15.15º 0.44% 0.56% -
HSV(B) 15.15º 0.51% 0.76% -
XYZ 30.61 25.34 13.87 -
YUV 138.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 193 119 94 0 0.38 0.51 0.24 15.15 0.44 0.56
Hex C1 77 5E 0 26 33 18 F 2C 38
Octal 301 167 136 0 46 63 30 17 54 70
Binary 11000001 1110111 1011110 0 100110 110011 11000 1111 101100 111000

Color Harmonies of #C1775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1775E

Black with #C1775E

Text Example


Text Example

White with #C1775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1775E; }

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

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

background-color css

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

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

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

border-color css

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

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

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