Html Css Color HEX #C0775F Japonica

📋 copy color: '#C0775F'

red 192 ◦ green 119 ◦ blue 95

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

Shades of Japonica #C0775F

Tints of Japonica #C0775F

RGB

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

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

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

R = 47.29%
G = 29.31%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0775F (or 0xC0775F) is known color: Japonica. HEX triplet: C0, 77 and 5F. RGB value is (192,119,95). Sum of RGB (Red+Green+Blue) = 192+119+95=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C0775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0775F is #3F88A0. Grayscale: #8A8A8A. Windows color (decimal): -4163745 or 6256576. OLE color: 6256576.

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

Color convert

RGB 192 119 95 -
CMYK 0 0.38 0.51 0.25
HSL 14.85º 0.43% 0.56% -
HSV(B) 14.85º 0.51% 0.75% -
XYZ 30.4 25.23 14.09 -
YUV 138.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 192 119 95 0 0.38 0.51 0.25 14.85 0.43 0.56
Hex C0 77 5F 0 26 33 19 F 2B 38
Octal 300 167 137 0 46 63 31 17 53 70
Binary 11000000 1110111 1011111 0 100110 110011 11001 1111 101011 111000

Color Harmonies of #C0775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0775F

Black with #C0775F

Text Example


Text Example

White with #C0775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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