Html Css Color HEX #C6715B Japonica

📋 copy color: '#C6715B'

red 198 ◦ green 113 ◦ blue 91

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

Shades of Japonica #C6715B

Tints of Japonica #C6715B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.64%

R = 49.25%
G = 28.11%
B = 22.64%

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

#C6715B (or 0xC6715B) is known color: Japonica. HEX triplet: C6, 71 and 5B. RGB value is (198,113,91). Sum of RGB (Red+Green+Blue) = 198+113+91=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C6715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6715B is #398EA4. Grayscale: #888888. Windows color (decimal): -3772069 or 5992902. OLE color: 5992902.

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

Color convert

RGB 198 113 91 -
CMYK 0 0.43 0.54 0.22
HSL 12.34º 0.48% 0.57% -
HSV(B) 12.34º 0.54% 0.78% -
XYZ 31.08 24.57 13 -
YUV 135.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 198 113 91 0 0.43 0.54 0.22 12.34 0.48 0.57
Hex C6 71 5B 0 2B 36 16 C 30 39
Octal 306 161 133 0 53 66 26 14 60 71
Binary 11000110 1110001 1011011 0 101011 110110 10110 1100 110000 111001

Color Harmonies of #C6715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6715B

Black with #C6715B

Text Example


Text Example

White with #C6715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6715B; }

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

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

background-color css

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

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

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

border-color css

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

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

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