Html Css Color HEX #C4725F Japonica

📋 copy color: '#C4725F'

red 196 ◦ green 114 ◦ blue 95

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

Shades of Japonica #C4725F

Tints of Japonica #C4725F

RGB

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

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

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

R = 48.4%
G = 28.15%
B = 23.46%

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

#C4725F (or 0xC4725F) is known color: Japonica. HEX triplet: C4, 72 and 5F. RGB value is (196,114,95). Sum of RGB (Red+Green+Blue) = 196+114+95=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4725F is #3B8DA0. Grayscale: #888888. Windows color (decimal): -3902881 or 6255300. OLE color: 6255300.

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

Color convert

RGB 196 114 95 -
CMYK 0 0.42 0.52 0.23
HSL 11.29º 0.46% 0.57% -
HSV(B) 11.29º 0.52% 0.77% -
XYZ 30.85 24.6 13.95 -
YUV 136.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 196 114 95 0 0.42 0.52 0.23 11.29 0.46 0.57
Hex C4 72 5F 0 2A 34 17 B 2E 39
Octal 304 162 137 0 52 64 27 13 56 71
Binary 11000100 1110010 1011111 0 101010 110100 10111 1011 101110 111001

Color Harmonies of #C4725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4725F

Black with #C4725F

Text Example


Text Example

White with #C4725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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