Html Css Color HEX #C7725E Japonica

📋 copy color: '#C7725E'

red 199 ◦ green 114 ◦ blue 94

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

Shades of Japonica #C7725E

Tints of Japonica #C7725E

RGB

 RED value IS 199 (78.13% from 255) = 48.89%

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

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

R = 48.89%
G = 28.01%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7725E (or 0xC7725E) is known color: Japonica. HEX triplet: C7, 72 and 5E. RGB value is (199,114,94). Sum of RGB (Red+Green+Blue) = 199+114+94=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7725E is #388DA1. Grayscale: #898989. Windows color (decimal): -3706274 or 6189767. OLE color: 6189767.

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

Color convert

RGB 199 114 94 -
CMYK 0 0.43 0.53 0.22
HSL 11.43º 0.48% 0.57% -
HSV(B) 11.43º 0.53% 0.78% -
XYZ 31.59 24.98 13.75 -
YUV 137.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 199 114 94 0 0.43 0.53 0.22 11.43 0.48 0.57
Hex C7 72 5E 0 2B 35 16 B 30 39
Octal 307 162 136 0 53 65 26 13 60 71
Binary 11000111 1110010 1011110 0 101011 110101 10110 1011 110000 111001

Color Harmonies of #C7725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7725E

Black with #C7725E

Text Example


Text Example

White with #C7725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7725E; }

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

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

background-color css

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

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

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

border-color css

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

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

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