Html Css Color HEX #C6725C Japonica

📋 copy color: '#C6725C'

red 198 ◦ green 114 ◦ blue 92

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

Shades of Japonica #C6725C

Tints of Japonica #C6725C

RGB

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

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

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

R = 49.01%
G = 28.22%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6725C (or 0xC6725C) is known color: Japonica. HEX triplet: C6, 72 and 5C. RGB value is (198,114,92). Sum of RGB (Red+Green+Blue) = 198+114+92=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6725C is #398DA3. Grayscale: #888888. Windows color (decimal): -3771812 or 6058694. OLE color: 6058694.

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

Color convert

RGB 198 114 92 -
CMYK 0 0.42 0.54 0.22
HSL 12.45º 0.48% 0.57% -
HSV(B) 12.45º 0.54% 0.78% -
XYZ 31.24 24.81 13.27 -
YUV 136.61 102.83 171.79 -
System Red Green Blue C M Y K H S L
Decimal 198 114 92 0 0.42 0.54 0.22 12.45 0.48 0.57
Hex C6 72 5C 0 2A 36 16 C 30 39
Octal 306 162 134 0 52 66 26 14 60 71
Binary 11000110 1110010 1011100 0 101010 110110 10110 1100 110000 111001

Color Harmonies of #C6725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6725C

Black with #C6725C

Text Example


Text Example

White with #C6725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6725C; }

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

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

background-color css

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

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

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

border-color css

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

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

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