Html Css Color HEX #C4725E Japonica

📋 copy color: '#C4725E'

red 196 ◦ green 114 ◦ blue 94

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

Shades of Japonica #C4725E

Tints of Japonica #C4725E

RGB

 RED value IS 196 (76.95% from 255) = 48.51%

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

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

R = 48.51%
G = 28.22%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4725E (or 0xC4725E) is known color: Japonica. HEX triplet: C4, 72 and 5E. RGB value is (196,114,94). Sum of RGB (Red+Green+Blue) = 196+114+94=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4725E is #3B8DA1. Grayscale: #888888. Windows color (decimal): -3902882 or 6189764. OLE color: 6189764.

HSL color Cylindrical-coordinate representation of color #C4725E: hue angle of 11.76º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4725E is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 114 94 -
CMYK 0 0.42 0.52 0.23
HSL 11.76º 0.46% 0.57% -
HSV(B) 11.76º 0.52% 0.77% -
XYZ 30.8 24.58 13.71 -
YUV 136.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 196 114 94 0 0.42 0.52 0.23 11.76 0.46 0.57
Hex C4 72 5E 0 2A 34 17 C 2E 39
Octal 304 162 136 0 52 64 27 14 56 71
Binary 11000100 1110010 1011110 0 101010 110100 10111 1100 101110 111001

Color Harmonies of #C4725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4725E

Black with #C4725E

Text Example


Text Example

White with #C4725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4725E; }

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

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

background-color css

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

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

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

border-color css

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

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

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