Html Css Color HEX #C6715C Japonica

📋 copy color: '#C6715C'

red 198 ◦ green 113 ◦ blue 92

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

Shades of Japonica #C6715C

Tints of Japonica #C6715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.04%

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

R = 49.13%
G = 28.04%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6715C (or 0xC6715C) is known color: Japonica. HEX triplet: C6, 71 and 5C. RGB value is (198,113,92). Sum of RGB (Red+Green+Blue) = 198+113+92=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C6715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6715C is #398EA3. Grayscale: #888888. Windows color (decimal): -3772068 or 6058438. OLE color: 6058438.

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

Color convert

RGB 198 113 92 -
CMYK 0 0.43 0.54 0.22
HSL 11.89º 0.48% 0.57% -
HSV(B) 11.89º 0.54% 0.78% -
XYZ 31.13 24.59 13.23 -
YUV 136.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 198 113 92 0 0.43 0.54 0.22 11.89 0.48 0.57
Hex C6 71 5C 0 2B 36 16 C 30 39
Octal 306 161 134 0 53 66 26 14 60 71
Binary 11000110 1110001 1011100 0 101011 110110 10110 1100 110000 111001

Color Harmonies of #C6715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6715C

Black with #C6715C

Text Example


Text Example

White with #C6715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6715C; }

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

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

background-color css

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

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

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

border-color css

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

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

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