Html Css Color HEX #C5725E Japonica

📋 copy color: '#C5725E'

red 197 ◦ green 114 ◦ blue 94

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

Shades of Japonica #C5725E

Tints of Japonica #C5725E

RGB

 RED value IS 197 (77.34% from 255) = 48.64%

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

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

R = 48.64%
G = 28.15%
B = 23.21%

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

#C5725E (or 0xC5725E) is known color: Japonica. HEX triplet: C5, 72 and 5E. RGB value is (197,114,94). Sum of RGB (Red+Green+Blue) = 197+114+94=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5725E is #3A8DA1. Grayscale: #888888. Windows color (decimal): -3837346 or 6189765. OLE color: 6189765.

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

Color convert

RGB 197 114 94 -
CMYK 0 0.42 0.52 0.23
HSL 11.65º 0.47% 0.57% -
HSV(B) 11.65º 0.52% 0.77% -
XYZ 31.06 24.71 13.72 -
YUV 136.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 197 114 94 0 0.42 0.52 0.23 11.65 0.47 0.57
Hex C5 72 5E 0 2A 34 17 C 2F 39
Octal 305 162 136 0 52 64 27 14 57 71
Binary 11000101 1110010 1011110 0 101010 110100 10111 1100 101111 111001

Color Harmonies of #C5725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5725E

Black with #C5725E

Text Example


Text Example

White with #C5725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5725E; }

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

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

background-color css

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

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

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

border-color css

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

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

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