Html Css Color HEX #C3725C Japonica

📋 copy color: '#C3725C'

red 195 ◦ green 114 ◦ blue 92

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

Shades of Japonica #C3725C

Tints of Japonica #C3725C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.94%

R = 48.63%
G = 28.43%
B = 22.94%

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

#C3725C (or 0xC3725C) is known color: Japonica. HEX triplet: C3, 72 and 5C. RGB value is (195,114,92). Sum of RGB (Red+Green+Blue) = 195+114+92=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3725C is #3C8DA3. Grayscale: #878787. Windows color (decimal): -3968420 or 6058691. OLE color: 6058691.

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

Color convert

RGB 195 114 92 -
CMYK 0 0.42 0.53 0.24
HSL 12.82º 0.46% 0.56% -
HSV(B) 12.82º 0.53% 0.76% -
XYZ 30.45 24.41 13.23 -
YUV 135.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 195 114 92 0 0.42 0.53 0.24 12.82 0.46 0.56
Hex C3 72 5C 0 2A 35 18 D 2E 38
Octal 303 162 134 0 52 65 30 15 56 70
Binary 11000011 1110010 1011100 0 101010 110101 11000 1101 101110 111000

Color Harmonies of #C3725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3725C

Black with #C3725C

Text Example


Text Example

White with #C3725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3725C; }

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

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

background-color css

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

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

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

border-color css

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

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

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