Html Css Color HEX #C3715E Japonica

📋 copy color: '#C3715E'

red 195 ◦ green 113 ◦ blue 94

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

Shades of Japonica #C3715E

Tints of Japonica #C3715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.11%

 BLUE value IS 94 (37.11% from 255) = 23.38%

R = 48.51%
G = 28.11%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3715E (or 0xC3715E) is known color: Japonica. HEX triplet: C3, 71 and 5E. RGB value is (195,113,94). Sum of RGB (Red+Green+Blue) = 195+113+94=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3715E is #3C8EA1. Grayscale: #878787. Windows color (decimal): -3968674 or 6189507. OLE color: 6189507.

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

Color convert

RGB 195 113 94 -
CMYK 0 0.42 0.52 0.24
HSL 11.29º 0.46% 0.57% -
HSV(B) 11.29º 0.52% 0.76% -
XYZ 30.43 24.22 13.66 -
YUV 135.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 195 113 94 0 0.42 0.52 0.24 11.29 0.46 0.57
Hex C3 71 5E 0 2A 34 18 B 2E 39
Octal 303 161 136 0 52 64 30 13 56 71
Binary 11000011 1110001 1011110 0 101010 110100 11000 1011 101110 111001

Color Harmonies of #C3715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3715E

Black with #C3715E

Text Example


Text Example

White with #C3715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3715E; }

 p { color: rgb(195,113,94); }

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

background-color css

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

 a { background-color: rgb(195,113,94); }

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

border-color css

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

 span { border-color: rgb(195,113,94); }

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