Html Css Color HEX #C6705E Japonica

📋 copy color: '#C6705E'

red 198 ◦ green 112 ◦ blue 94

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

Shades of Japonica #C6705E

Tints of Japonica #C6705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.27%

R = 49.01%
G = 27.72%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6705E (or 0xC6705E) is known color: Japonica. HEX triplet: C6, 70 and 5E. RGB value is (198,112,94). Sum of RGB (Red+Green+Blue) = 198+112+94=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6705E is #398FA1. Grayscale: #878787. Windows color (decimal): -3772322 or 6189254. OLE color: 6189254.

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

Color convert

RGB 198 112 94 -
CMYK 0 0.43 0.53 0.22
HSL 10.38º 0.48% 0.57% -
HSV(B) 10.38º 0.53% 0.78% -
XYZ 31.1 24.4 13.66 -
YUV 135.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 198 112 94 0 0.43 0.53 0.22 10.38 0.48 0.57
Hex C6 70 5E 0 2B 35 16 A 30 39
Octal 306 160 136 0 53 65 26 12 60 71
Binary 11000110 1110000 1011110 0 101011 110101 10110 1010 110000 111001

Color Harmonies of #C6705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6705E

Black with #C6705E

Text Example


Text Example

White with #C6705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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