Html Css Color HEX #C6725F Japonica

📋 copy color: '#C6725F'

red 198 ◦ green 114 ◦ blue 95

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

Shades of Japonica #C6725F

Tints of Japonica #C6725F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.34%

R = 48.65%
G = 28.01%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6725F (or 0xC6725F) is known color: Japonica. HEX triplet: C6, 72 and 5F. RGB value is (198,114,95). Sum of RGB (Red+Green+Blue) = 198+114+95=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6725F is #398DA0. Grayscale: #898989. Windows color (decimal): -3771809 or 6255302. OLE color: 6255302.

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

Color convert

RGB 198 114 95 -
CMYK 0 0.42 0.52 0.22
HSL 11.07º 0.47% 0.57% -
HSV(B) 11.07º 0.52% 0.78% -
XYZ 31.37 24.87 13.97 -
YUV 136.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 198 114 95 0 0.42 0.52 0.22 11.07 0.47 0.57
Hex C6 72 5F 0 2A 34 16 B 2F 39
Octal 306 162 137 0 52 64 26 13 57 71
Binary 11000110 1110010 1011111 0 101010 110100 10110 1011 101111 111001

Color Harmonies of #C6725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6725F

Black with #C6725F

Text Example


Text Example

White with #C6725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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