Html Css Color HEX #C1775F Japonica

📋 copy color: '#C1775F'

red 193 ◦ green 119 ◦ blue 95

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

Shades of Japonica #C1775F

Tints of Japonica #C1775F

RGB

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

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

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

R = 47.42%
G = 29.24%
B = 23.34%

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

#C1775F (or 0xC1775F) is known color: Japonica. HEX triplet: C1, 77 and 5F. RGB value is (193,119,95). Sum of RGB (Red+Green+Blue) = 193+119+95=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1775F is #3E88A0. Grayscale: #8A8A8A. Windows color (decimal): -4098209 or 6256577. OLE color: 6256577.

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

Color convert

RGB 193 119 95 -
CMYK 0 0.38 0.51 0.24
HSL 14.69º 0.44% 0.56% -
HSV(B) 14.69º 0.51% 0.76% -
XYZ 30.65 25.36 14.11 -
YUV 138.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 193 119 95 0 0.38 0.51 0.24 14.69 0.44 0.56
Hex C1 77 5F 0 26 33 18 F 2C 38
Octal 301 167 137 0 46 63 30 17 54 70
Binary 11000001 1110111 1011111 0 100110 110011 11000 1111 101100 111000

Color Harmonies of #C1775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1775F

Black with #C1775F

Text Example


Text Example

White with #C1775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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