Html Css Color HEX #C3795F Japonica

📋 copy color: '#C3795F'

red 195 ◦ green 121 ◦ blue 95

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

Shades of Japonica #C3795F

Tints of Japonica #C3795F

RGB

 RED value IS 195 (76.56% from 255) = 47.45%

 GREEN value IS 121 (47.66% from 255) = 29.44%

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

R = 47.45%
G = 29.44%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3795F (or 0xC3795F) is known color: Japonica. HEX triplet: C3, 79 and 5F. RGB value is (195,121,95). Sum of RGB (Red+Green+Blue) = 195+121+95=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C3795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3795F is #3C86A0. Grayscale: #8C8C8C. Windows color (decimal): -3966625 or 6257091. OLE color: 6257091.

HSL color Cylindrical-coordinate representation of color #C3795F: hue angle of 15.6º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3795F is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 121 95 -
CMYK 0 0.38 0.51 0.24
HSL 15.6º 0.45% 0.57% -
HSV(B) 15.6º 0.51% 0.76% -
XYZ 31.41 26.1 14.21 -
YUV 140.16 102.52 167.11 -
System Red Green Blue C M Y K H S L
Decimal 195 121 95 0 0.38 0.51 0.24 15.6 0.45 0.57
Hex C3 79 5F 0 26 33 18 10 2D 39
Octal 303 171 137 0 46 63 30 20 55 71
Binary 11000011 1111001 1011111 0 100110 110011 11000 10000 101101 111001

Color Harmonies of #C3795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3795F

Black with #C3795F

Text Example


Text Example

White with #C3795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3795F; }

 p { color: rgb(195,121,95); }

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

background-color css

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

 a { background-color: rgb(195,121,95); }

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

border-color css

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

 span { border-color: rgb(195,121,95); }

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