Html Css Color HEX #C4795F Japonica

📋 copy color: '#C4795F'

red 196 ◦ green 121 ◦ blue 95

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

Shades of Japonica #C4795F

Tints of Japonica #C4795F

RGB

 RED value IS 196 (76.95% from 255) = 47.57%

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

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

R = 47.57%
G = 29.37%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4795F (or 0xC4795F) is known color: Japonica. HEX triplet: C4, 79 and 5F. RGB value is (196,121,95). Sum of RGB (Red+Green+Blue) = 196+121+95=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C4795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4795F is #3B86A0. Grayscale: #8C8C8C. Windows color (decimal): -3901089 or 6257092. OLE color: 6257092.

HSL color Cylindrical-coordinate representation of color #C4795F: hue angle of 15.45º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4795F is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 121 95 -
CMYK 0 0.38 0.52 0.23
HSL 15.45º 0.46% 0.57% -
HSV(B) 15.45º 0.52% 0.77% -
XYZ 31.67 26.24 14.22 -
YUV 140.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 196 121 95 0 0.38 0.52 0.23 15.45 0.46 0.57
Hex C4 79 5F 0 26 34 17 F 2E 39
Octal 304 171 137 0 46 64 27 17 56 71
Binary 11000100 1111001 1011111 0 100110 110100 10111 1111 101110 111001

Color Harmonies of #C4795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4795F

Black with #C4795F

Text Example


Text Example

White with #C4795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4795F; }

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

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

background-color css

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

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

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

border-color css

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

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

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