Html Css Color HEX #C3725F Japonica

📋 copy color: '#C3725F'

red 195 ◦ green 114 ◦ blue 95

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

Shades of Japonica #C3725F

Tints of Japonica #C3725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

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

R = 48.27%
G = 28.22%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3725F (or 0xC3725F) is known color: Japonica. HEX triplet: C3, 72 and 5F. RGB value is (195,114,95). Sum of RGB (Red+Green+Blue) = 195+114+95=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3725F is #3C8DA0. Grayscale: #888888. Windows color (decimal): -3968417 or 6255299. OLE color: 6255299.

HSL color Cylindrical-coordinate representation of color #C3725F: hue angle of 11.4º 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 #C3725F is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 114 95 -
CMYK 0 0.42 0.51 0.24
HSL 11.4º 0.45% 0.57% -
HSV(B) 11.4º 0.51% 0.76% -
XYZ 30.59 24.46 13.94 -
YUV 136.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 195 114 95 0 0.42 0.51 0.24 11.4 0.45 0.57
Hex C3 72 5F 0 2A 33 18 B 2D 39
Octal 303 162 137 0 52 63 30 13 55 71
Binary 11000011 1110010 1011111 0 101010 110011 11000 1011 101101 111001

Color Harmonies of #C3725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3725F

Black with #C3725F

Text Example


Text Example

White with #C3725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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