Html Css Color HEX #C5725B Japonica

📋 copy color: '#C5725B'

red 197 ◦ green 114 ◦ blue 91

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

Shades of Japonica #C5725B

Tints of Japonica #C5725B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.64%

R = 49%
G = 28.36%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5725B (or 0xC5725B) is known color: Japonica. HEX triplet: C5, 72 and 5B. RGB value is (197,114,91). Sum of RGB (Red+Green+Blue) = 197+114+91=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5725B is #3A8DA4. Grayscale: #888888. Windows color (decimal): -3837349 or 5993157. OLE color: 5993157.

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

Color convert

RGB 197 114 91 -
CMYK 0 0.42 0.54 0.23
HSL 13.02º 0.48% 0.56% -
HSV(B) 13.02º 0.54% 0.77% -
XYZ 30.93 24.66 13.03 -
YUV 136.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 197 114 91 0 0.42 0.54 0.23 13.02 0.48 0.56
Hex C5 72 5B 0 2A 36 17 D 30 38
Octal 305 162 133 0 52 66 27 15 60 70
Binary 11000101 1110010 1011011 0 101010 110110 10111 1101 110000 111000

Color Harmonies of #C5725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5725B

Black with #C5725B

Text Example


Text Example

White with #C5725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5725B; }

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

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

background-color css

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

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

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

border-color css

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

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

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