Html Css Color HEX #C6705F Japonica

📋 copy color: '#C6705F'

red 198 ◦ green 112 ◦ blue 95

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

Shades of Japonica #C6705F

Tints of Japonica #C6705F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.65%

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

R = 48.89%
G = 27.65%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6705F (or 0xC6705F) is known color: Japonica. HEX triplet: C6, 70 and 5F. RGB value is (198,112,95). Sum of RGB (Red+Green+Blue) = 198+112+95=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6705F is #398FA0. Grayscale: #878787. Windows color (decimal): -3772321 or 6254790. OLE color: 6254790.

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

Color convert

RGB 198 112 95 -
CMYK 0 0.43 0.52 0.22
HSL 9.9º 0.47% 0.57% -
HSV(B) 9.9º 0.52% 0.78% -
XYZ 31.15 24.42 13.9 -
YUV 135.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 198 112 95 0 0.43 0.52 0.22 9.9 0.47 0.57
Hex C6 70 5F 0 2B 34 16 A 2F 39
Octal 306 160 137 0 53 64 26 12 57 71
Binary 11000110 1110000 1011111 0 101011 110100 10110 1010 101111 111001

Color Harmonies of #C6705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6705F

Black with #C6705F

Text Example


Text Example

White with #C6705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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