Html Css Color HEX #C0775A Japonica

📋 copy color: '#C0775A'

red 192 ◦ green 119 ◦ blue 90

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

Shades of Japonica #C0775A

Tints of Japonica #C0775A

RGB

 RED value IS 192 (75.39% from 255) = 47.88%

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

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

R = 47.88%
G = 29.68%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0775A (or 0xC0775A) is known color: Japonica. HEX triplet: C0, 77 and 5A. RGB value is (192,119,90). Sum of RGB (Red+Green+Blue) = 192+119+90=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0775A is #3F88A5. Grayscale: #898989. Windows color (decimal): -4163750 or 5928896. OLE color: 5928896.

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

Color convert

RGB 192 119 90 -
CMYK 0 0.38 0.53 0.25
HSL 17.06º 0.45% 0.55% -
HSV(B) 17.06º 0.53% 0.75% -
XYZ 30.18 25.14 12.93 -
YUV 137.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 192 119 90 0 0.38 0.53 0.25 17.06 0.45 0.55
Hex C0 77 5A 0 26 35 19 11 2D 37
Octal 300 167 132 0 46 65 31 21 55 67
Binary 11000000 1110111 1011010 0 100110 110101 11001 10001 101101 110111

Color Harmonies of #C0775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0775A

Black with #C0775A

Text Example


Text Example

White with #C0775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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