Html Css Color HEX #C1775A Japonica

📋 copy color: '#C1775A'

red 193 ◦ green 119 ◦ blue 90

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

Shades of Japonica #C1775A

Tints of Japonica #C1775A

RGB

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

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

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

R = 48.01%
G = 29.6%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1775A (or 0xC1775A) is known color: Japonica. HEX triplet: C1, 77 and 5A. RGB value is (193,119,90). Sum of RGB (Red+Green+Blue) = 193+119+90=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1775A is #3E88A5. Grayscale: #8A8A8A. Windows color (decimal): -4098214 or 5928897. OLE color: 5928897.

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

Color convert

RGB 193 119 90 -
CMYK 0 0.38 0.53 0.24
HSL 16.89º 0.45% 0.55% -
HSV(B) 16.89º 0.53% 0.76% -
XYZ 30.43 25.27 12.95 -
YUV 137.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 193 119 90 0 0.38 0.53 0.24 16.89 0.45 0.55
Hex C1 77 5A 0 26 35 18 11 2D 37
Octal 301 167 132 0 46 65 30 21 55 67
Binary 11000001 1110111 1011010 0 100110 110101 11000 10001 101101 110111

Color Harmonies of #C1775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1775A

Black with #C1775A

Text Example


Text Example

White with #C1775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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