Html Css Color HEX #C0785C Japonica

📋 copy color: '#C0785C'

red 192 ◦ green 120 ◦ blue 92

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

Shades of Japonica #C0785C

Tints of Japonica #C0785C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.7%

 BLUE value IS 92 (36.33% from 255) = 22.77%

R = 47.52%
G = 29.7%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0785C (or 0xC0785C) is known color: Japonica. HEX triplet: C0, 78 and 5C. RGB value is (192,120,92). Sum of RGB (Red+Green+Blue) = 192+120+92=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0785C is #3F87A3. Grayscale: #8A8A8A. Windows color (decimal): -4163492 or 6060224. OLE color: 6060224.

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

Color convert

RGB 192 120 92 -
CMYK 0 0.38 0.52 0.25
HSL 16.8º 0.44% 0.56% -
HSV(B) 16.8º 0.52% 0.75% -
XYZ 30.39 25.41 13.43 -
YUV 138.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 192 120 92 0 0.38 0.52 0.25 16.8 0.44 0.56
Hex C0 78 5C 0 26 34 19 11 2C 38
Octal 300 170 134 0 46 64 31 21 54 70
Binary 11000000 1111000 1011100 0 100110 110100 11001 10001 101100 111000

Color Harmonies of #C0785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0785C

Black with #C0785C

Text Example


Text Example

White with #C0785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0785C; }

 p { color: rgb(192,120,92); }

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

background-color css

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

 a { background-color: rgb(192,120,92); }

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

border-color css

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

 span { border-color: rgb(192,120,92); }

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