Html Css Color HEX #C5725C Japonica

📋 copy color: '#C5725C'

red 197 ◦ green 114 ◦ blue 92

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

Shades of Japonica #C5725C

Tints of Japonica #C5725C

RGB

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

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

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

R = 48.88%
G = 28.29%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5725C (or 0xC5725C) is known color: Japonica. HEX triplet: C5, 72 and 5C. RGB value is (197,114,92). Sum of RGB (Red+Green+Blue) = 197+114+92=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5725C is #3A8DA3. Grayscale: #888888. Windows color (decimal): -3837348 or 6058693. OLE color: 6058693.

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

Color convert

RGB 197 114 92 -
CMYK 0 0.42 0.53 0.23
HSL 12.57º 0.48% 0.57% -
HSV(B) 12.57º 0.53% 0.77% -
XYZ 30.98 24.68 13.26 -
YUV 136.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 197 114 92 0 0.42 0.53 0.23 12.57 0.48 0.57
Hex C5 72 5C 0 2A 35 17 D 30 39
Octal 305 162 134 0 52 65 27 15 60 71
Binary 11000101 1110010 1011100 0 101010 110101 10111 1101 110000 111001

Color Harmonies of #C5725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5725C

Black with #C5725C

Text Example


Text Example

White with #C5725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5725C; }

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

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

background-color css

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

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

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

border-color css

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

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

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