Html Css Color HEX #C3715B Japonica

📋 copy color: '#C3715B'

red 195 ◦ green 113 ◦ blue 91

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

Shades of Japonica #C3715B

Tints of Japonica #C3715B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.81%

R = 48.87%
G = 28.32%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3715B (or 0xC3715B) is known color: Japonica. HEX triplet: C3, 71 and 5B. RGB value is (195,113,91). Sum of RGB (Red+Green+Blue) = 195+113+91=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3715B is #3C8EA4. Grayscale: #878787. Windows color (decimal): -3968677 or 5992899. OLE color: 5992899.

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

Color convert

RGB 195 113 91 -
CMYK 0 0.42 0.53 0.24
HSL 12.69º 0.46% 0.56% -
HSV(B) 12.69º 0.53% 0.76% -
XYZ 30.3 24.17 12.97 -
YUV 135.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 195 113 91 0 0.42 0.53 0.24 12.69 0.46 0.56
Hex C3 71 5B 0 2A 35 18 D 2E 38
Octal 303 161 133 0 52 65 30 15 56 70
Binary 11000011 1110001 1011011 0 101010 110101 11000 1101 101110 111000

Color Harmonies of #C3715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3715B

Black with #C3715B

Text Example


Text Example

White with #C3715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3715B; }

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

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

background-color css

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

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

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

border-color css

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

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

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