Html Css Color HEX #C3725B Japonica

📋 copy color: '#C3725B'

red 195 ◦ green 114 ◦ blue 91

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

Shades of Japonica #C3725B

Tints of Japonica #C3725B

RGB

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

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

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

R = 48.75%
G = 28.5%
B = 22.75%

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

#C3725B (or 0xC3725B) is known color: Japonica. HEX triplet: C3, 72 and 5B. RGB value is (195,114,91). Sum of RGB (Red+Green+Blue) = 195+114+91=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3725B is #3C8DA4. Grayscale: #878787. Windows color (decimal): -3968421 or 5993155. OLE color: 5993155.

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

Color convert

RGB 195 114 91 -
CMYK 0 0.42 0.53 0.24
HSL 13.27º 0.46% 0.56% -
HSV(B) 13.27º 0.53% 0.76% -
XYZ 30.41 24.39 13 -
YUV 135.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 195 114 91 0 0.42 0.53 0.24 13.27 0.46 0.56
Hex C3 72 5B 0 2A 35 18 D 2E 38
Octal 303 162 133 0 52 65 30 15 56 70
Binary 11000011 1110010 1011011 0 101010 110101 11000 1101 101110 111000

Color Harmonies of #C3725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3725B

Black with #C3725B

Text Example


Text Example

White with #C3725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3725B; }

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

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

background-color css

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

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

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

border-color css

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

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

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