Html Css Color HEX #C6785F Japonica

📋 copy color: '#C6785F'

red 198 ◦ green 120 ◦ blue 95

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

Shades of Japonica #C6785F

Tints of Japonica #C6785F

RGB

 RED value IS 198 (77.73% from 255) = 47.94%

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

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

R = 47.94%
G = 29.06%
B = 23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6785F (or 0xC6785F) is known color: Japonica. HEX triplet: C6, 78 and 5F. RGB value is (198,120,95). Sum of RGB (Red+Green+Blue) = 198+120+95=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6785F is #3987A0. Grayscale: #8C8C8C. Windows color (decimal): -3770273 or 6256838. OLE color: 6256838.

HSL color Cylindrical-coordinate representation of color #C6785F: hue angle of 14.56º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6785F is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 120 95 -
CMYK 0 0.39 0.52 0.22
HSL 14.56º 0.47% 0.57% -
HSV(B) 14.56º 0.52% 0.78% -
XYZ 32.07 26.26 14.21 -
YUV 140.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 198 120 95 0 0.39 0.52 0.22 14.56 0.47 0.57
Hex C6 78 5F 0 27 34 16 F 2F 39
Octal 306 170 137 0 47 64 26 17 57 71
Binary 11000110 1111000 1011111 0 100111 110100 10110 1111 101111 111001

Color Harmonies of #C6785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6785F

Black with #C6785F

Text Example


Text Example

White with #C6785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6785F; }

 p { color: rgb(198,120,95); }

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

background-color css

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

 a { background-color: rgb(198,120,95); }

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

border-color css

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

 span { border-color: rgb(198,120,95); }

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