Html Css Color HEX #C6725E Japonica

📋 copy color: '#C6725E'

red 198 ◦ green 114 ◦ blue 94

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

Shades of Japonica #C6725E

Tints of Japonica #C6725E

RGB

 RED value IS 198 (77.73% from 255) = 48.77%

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

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

R = 48.77%
G = 28.08%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6725E (or 0xC6725E) is known color: Japonica. HEX triplet: C6, 72 and 5E. RGB value is (198,114,94). Sum of RGB (Red+Green+Blue) = 198+114+94=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6725E is #398DA1. Grayscale: #898989. Windows color (decimal): -3771810 or 6189766. OLE color: 6189766.

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

Color convert

RGB 198 114 94 -
CMYK 0 0.42 0.53 0.22
HSL 11.54º 0.48% 0.57% -
HSV(B) 11.54º 0.53% 0.78% -
XYZ 31.33 24.85 13.73 -
YUV 136.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 198 114 94 0 0.42 0.53 0.22 11.54 0.48 0.57
Hex C6 72 5E 0 2A 35 16 C 30 39
Octal 306 162 136 0 52 65 26 14 60 71
Binary 11000110 1110010 1011110 0 101010 110101 10110 1100 110000 111001

Color Harmonies of #C6725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6725E

Black with #C6725E

Text Example


Text Example

White with #C6725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6725E; }

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

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

background-color css

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

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

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

border-color css

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

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

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