Html Css Color HEX #C3725E Japonica

📋 copy color: '#C3725E'

red 195 ◦ green 114 ◦ blue 94

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

Shades of Japonica #C3725E

Tints of Japonica #C3725E

RGB

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

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

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

R = 48.39%
G = 28.29%
B = 23.33%

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

#C3725E (or 0xC3725E) is known color: Japonica. HEX triplet: C3, 72 and 5E. RGB value is (195,114,94). Sum of RGB (Red+Green+Blue) = 195+114+94=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3725E is #3C8DA1. Grayscale: #888888. Windows color (decimal): -3968418 or 6189763. OLE color: 6189763.

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

Color convert

RGB 195 114 94 -
CMYK 0 0.42 0.52 0.24
HSL 11.88º 0.46% 0.57% -
HSV(B) 11.88º 0.52% 0.76% -
XYZ 30.54 24.44 13.7 -
YUV 135.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 195 114 94 0 0.42 0.52 0.24 11.88 0.46 0.57
Hex C3 72 5E 0 2A 34 18 C 2E 39
Octal 303 162 136 0 52 64 30 14 56 71
Binary 11000011 1110010 1011110 0 101010 110100 11000 1100 101110 111001

Color Harmonies of #C3725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3725E

Black with #C3725E

Text Example


Text Example

White with #C3725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3725E; }

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

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

background-color css

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

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

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

border-color css

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

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

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